v5

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-0112516159.5 KB
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

successboolean
status'processing' | 'done' | 'failed'

Example response

{
  "success": true,
  "status": "processing",
  "data": {
    "id": "job-123",
    "output_url": "https://api.videodb.io/async-response/job-123"
  }
}