cURL
curl --request DELETE \ --url https://api.cut.pro/api/v1/clips/{videoId} \ --header 'X-Api-Key: <api-key>'
{ "code": "CLIP_NOT_FOUND" }
Permanently deletes a video from your library along with all its submissions and generated clips. This action cannot be undone. Returns 409 if a submission is currently processing.
409
Response for status 204
Was this page helpful?