Skip to main content
DELETE
Delete video
Permanently delete a video from VideoDB. This removes all associated metadata, indexes, and transcripts.
  • This operation is irreversible
  • Deletes all video data including: video file, metadata, transcript, indexes, thumbnails, and generated streams
  • Associated scene collections and indexes are also removed
  • The video ID cannot be reused

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

video_id
string
required
Pattern: ^m-
Example:

"m-12345"

Response

200 - application/json

Video deleted

success
boolean
Example:

true

message
string
Example:

"Operation successful"