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
Video successfully removed
The response is of type object.
object