Skip to main content
DELETE
Delete scene collection
Delete a specific scene collection from a video. This removes all scene data within the collection.
  • This operation is irreversible
  • Scene collection IDs start with sc-
  • Re-extract scenes to recreate the collection

Get Scene Collection

Retrieve scene collection details

Extract Scenes

Extract new scenes from video

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_collection_id
string
required
Example:

"sc-12345"

Response

200 - application/json

Scene collection deleted

success
boolean
Example:

true

status
enum<string>
Available options:
processing,
done,
failed
Example:

"processing"

data
object