Delete Asset

Delete an asset from a project.

This removes the asset row from the database. Association rows in asset_scene_association / asset_keyframe_association are deleted via ON DELETE CASCADE.

delete/api/projects/{project_id}/assets/{asset_id}

Path parameters

project_idstring required
asset_idstring required

Response

Successful Response

{"stackTrail":"paths:/api/projects/{project_id}/assets/{asset_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.