Skip to main content
Version: 2.0.0

Delete a project

This endpoint deletes a project.

HTTP Request

DELETE https://app.resemble.ai/api/v2/projects/<project_uuid>
URL ParametersTypeDescriptions
projectUuidstringUUID 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: