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

Response

200
application/json

Video successfully removed

The response is of type object.