Skip to main content
DELETE
/
shadingscenes
/
{scene_id}
Delete Shading Scene
curl --request DELETE \
  --url https://api.example.com/shadingscenes/{scene_id}

DELETE /shadingscenes/

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.