Skip to main content
DELETE
Delete video storage
Delete only the video file from storage while keeping the video metadata, indexes, and transcripts. This reduces storage costs when you no longer need the original file.
  • This operation is irreversible and cannot restore the video file
  • After removal, you cannot generate new streams or thumbnails from the video
  • Existing generated streams and thumbnails remain available
  • Video metadata, indexes, and transcripts are preserved
  • Used for cost optimization when original file is no longer needed

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 storage deleted

success
boolean
Example:

true

message
string
Example:

"Operation successful"