Delete Scene

Delete a scene from a project's timeline (soft delete).

This removes the scene from the project but doesn't delete it from the database. It just dissociates it from the project timeline.

Args: project_id: Project ID scene_id: Scene ID (UUID) current_user: Authenticated user db: Database session

Returns: Success response with deleted scene ID

delete/api/projects/{project_id}/scenes/{scene_id}

Path parameters

project_idstring required
scene_idstring required

Response

Successful Response

{"stackTrail":"paths:/api/projects/{project_id}/scenes/{scene_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.