Skip to main content
Version: 2.0.0

Delete a batch

This endpoint deletes a batch and all associated clips in a project.

HTTP Request

danger

Deleting a batch will also delete all associated clips.

DELETE https://app.resemble.ai/api/v2/projects/<project_uuid>/batch/<batch_uuid>
URL ParametersTypeDescriptions
batch_uuidstringUUID of the batch to delete
project_uuidstringUUID of the project to which the clip belongs

HTTP Response

{
"success": true
}

Examples

NodeJS
1 2 3 4 5 6 7 8 import { Resemble } from '@resemble/node' Resemble.setApiKey('YOUR_API_TOKEN') const projectUuid = '..' const batchUuid = '..' const res = await Resemble.v2.batch.delete( projectUuid, batchUuid)

Try it out

API Key:
Project UUID:
Batch UUID: