Delete Project
Projects
Delete Project
Delete a project from the workspace
DELETE
Delete Project
DELETE /projects/
Permanently deletes a project record from the workspace.Notes
- Requires workspace write access.
- The
project_idpath parameter is the workspace-scoped project index. - Returns
{"deleted": true}on success. - Returns
404if the project does not exist in the current workspace. - Deleting a project does not delete its associated location, energy models, or other linked resources.
