> ## 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 Shading Scene

> Delete a shading scene from the workspace

# DELETE /shadingscenes/{scene_id}

Permanently delete a shading scene and its associated data from the current workspace.

## Notes

* This action is irreversible. The scene record, associated results, and linked tracking inputs are removed.
* Returns `{"deleted": true}` on success.
* Returns `404` if the scene does not exist in the current workspace.
* Requires write-level workspace access.
* If the scene has an in-progress shading computation, the associated task may continue running but its results will be discarded.
