Delete Clip

DELETE https://app.resemble.ai/api/v2/projects/{project_uuid}/clips/{uuid}

Delete a clip and all its segments.

ParameterTypeRequiredNotes
project_uuidstringāœ…Project UUID (URL parameter).
uuidstringāœ…Clip UUID (URL parameter).
curl --request DELETE 'https://app.resemble.ai/api/v2/projects/PROJECT_UUID/clips/CLIP_UUID' \
-H 'Authorization: Bearer YOUR_API_TOKEN'
{
"success": true
}

Deletion is permanent and removes the clip and all its segments.