Delete a project
This endpoint deletes a project.
HTTP Request
DELETE https://app.resemble.ai/api/v2/projects/<project_uuid>
URL Parameters | Type | Descriptions |
---|---|---|
projectUuid | string | UUID of the project to delete |
HTTP Response
{
"success": true
}
Examples
NodeJS
1
2
3
4
const Resemble = require('@resemble/node')
const resemble = new Resemble('v2', 'YOUR_API_TOKEN')
await resemble.projects.delete(projectUuid)
Try it out
API Key:
Project UUID: