Videos
Delete scene collection
delete/video/{video_id}/scenes/{scene_collection_id}/
Path parameters
video_idstring required
Example:m-12345
scene_collection_idstring required
Example:sc-12345
Response
Scene collection deleted
Example response
{
"success": true,
"status": "processing",
"data": {
"id": "job-123",
"output_url": "https://api.videodb.io/async-response/job-123"
}
}