POST
/
remove-from-index
curl --request POST \
  --url https://moonshine-edge-compute.com/remove-from-index \
  --header 'Content-Type: application/json' \
  --data '{
  "token": "abc123",
  "project_id": "xyz789",
  "video_id": "vid456"
}'
{
  "status": "complete"
}

Body

application/json
token
string
required

Authentication token

index
string
required

Name of the media index

video_id
string
required

ID of the video to remove

Response

200
application/json
Video successfully removed
status
enum<string>

Status of the removal operation

Available options:
complete