Video Projects
Delete a Project Asset
Removes a Project Asset after the editor no longer references it. Shared media remains available to other projects.
DELETE
/video-projects/{id}/assets/{asset_id}AuthorizationBearer <token>
In: header
Path Parameters
id*string
Video project ID
asset_id*string
Project Asset ID
Query Parameters
workspace_id*string
Workspace ID
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/video-projects/string/assets/string?workspace_id=string"{ "$schema": "https://example.com/api/v1/schemas/DeleteProjectAssetOutputBody.json", "deleted": true}