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
5
import { Resemble } from '@resemble/node'
Resemble.setApiKey('YOUR_API_TOKEN')
await Resemble.v2.projects.delete(projectUuid)
Try it out
API Key:
Project UUID: