Delete a video

Use this endpoint to delete a video in your account by identifier. Retrieve the identifier via one of the other endpoints.

HTTP Request

DELETE https://api.oxolo.com/v1/api/videos/{VIDEO_IDENTIFIER}/del

curl -X 'DELETE' 
  'https://api.oxolo.com/v1/api/videos/{VIDEO_IDENTIFIER}/del' 
  -H 'accept: application/json' 
  -H 'authorization: YOUR_API_KEY'

{"results": "{VIDEO_IDENTIFIER}"}