Skip to main content
Version: 2.0.0

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 ParametersTypeDescriptions
clip_uuidstringUUID of the clip to delete
project_uuidstringUUID 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: