Skip to main content
DELETE
Delete Project

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.