cURL
curl --request POST \ --url https://api.videodb.io/video/{video_id}/index/delete \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "index_type": "all", "model_name": "gpt4-v" } '
{ "success": true, "message": "Operation successful" }
Delete an existing video index
index_type
spoken_word
scene
all
model_name
API key for authentication (sk-xxx format)
"m-12345"
"all"
"gpt4-v"
Index deleted
true
"Operation successful"