cURL
curl --request DELETE \ --url https://api.cut.pro/api/v1/clips/{videoId}/submissions/{submissionId} \ --header 'X-Api-Key: <api-key>'
{ "code": "CLIP_NOT_FOUND" }
Permanently deletes a submission and all its generated clips. This action cannot be undone. Returns 409 if the submission is currently processing — wait for it to complete or fail first.
409
Response for status 204
Was this page helpful?