Delete Energy Model
Energy Models
Delete Energy Model
Permanently delete a saved energy model
DELETE
Delete Energy Model
DELETE /energymodels/
Remove an energy model run from the workspace. This is a permanent, irreversible operation.Notes
- The
energy_model_idis the workspace-scoped run index (the same ID used inGET /energymodels/{energy_model_id}). - Returns
{ "deleted": true }on success. - Returns
404if the energy model does not exist in the current workspace. - Requires a write session (workspace write access).
- This does not cancel any in-progress tasks associated with the energy model. Cancel tasks separately via POST /tasks//cancel if needed.
