> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Project

> Delete a project from the workspace

# DELETE /projects/{project_id}

Permanently deletes a project record from the workspace.

## Notes

* Requires workspace write access.
* The `project_id` path parameter is the workspace-scoped project index.
* Returns `{"deleted": true}` on success.
* Returns `404` if the project does not exist in the current workspace.
* Deleting a project does not delete its associated location, energy models, or other linked resources.

<Warning>This action is irreversible. The project record will be permanently removed.</Warning>
