Skip to main content
DELETE
/
projects
/
{project_id}
Delete Project
curl --request DELETE \
  --url https://api.example.com/projects/{project_id}

DELETE /projects/

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.
This action is irreversible. The project record will be permanently removed.