Delete a clip
This endpoint deletes a clip in a project.
HTTP Request
DELETE https://app.resemble.ai/api/v2/projects/<project_uuid>/clips/<clip_uuid>
URL Parameters | Type | Descriptions |
---|---|---|
clip_uuid | string | UUID of the clip to delete |
project_uuid | string | UUID of the project to which the clip belongs |
HTTP Response
{
"success": true
}
Examples
NodeJS
1
2
3
4
5
import { Resemble } from '@resemble/node'
Resemble.setApiKey('YOUR_API_TOKEN')
await Resemble.v2.clips.delete(projectUuid, clipUuid)
Try it out
API Key:
Project UUID:
Clip UUID: