Delete Project

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

Delete a project.

ParameterTypeRequiredNotes
uuidstringProject UUID (URL parameter).
$curl --request DELETE 'https://app.resemble.ai/api/v2/projects/PROJECT_UUID' \
> -H 'Authorization: Bearer YOUR_API_TOKEN'
1{
2 "success": true
3}

Deletion is permanent. Ensure you have exported any required clips first.