Skip to main content
DELETE
/
clips
/
{videoId}
Delete a video
curl --request DELETE \
  --url https://api.cut.pro/api/v1/clips/{videoId} \
  --header 'X-Api-Key: <api-key>'
{
  "code": "CLIP_NOT_FOUND"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

videoId
string
required

Response

Response for status 204

Last modified on April 16, 2026