cURL
curl --request POST \ --url https://api.usemoonshine.com/remove-from-index \ --header 'Content-Type: application/json' \ --data '{ "token": "abc123", "project_id": "xyz789", "video_id": "vid456" }'
200
example
{ "status": "complete"}
Removes a video from a specified project index
Authentication token
Name of the media index
ID of the video to remove
Video successfully removed
Status of the removal operation
complete