Skip to main content
DELETE
Delete scene index
Remove a scene index from a video, freeing up resources used by that index.
  • Deleting a scene index is irreversible
  • All scene records and visual embeddings are removed
  • You can create a new index to replace it if needed
  • Existing scene collections are not affected by deleting the index

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"

scene_index_id
string
required
Example:

"scene-idx-12345"

Response

200 - application/json

Scene index deleted

success
boolean
Example:

true

message
string
Example:

"Operation successful"