curl -X DELETE https://app.dubformer.ai/api/v1/projects/{project_id} \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true }
Delete a specific project
{ "error": "NotFoundError", "message": "Project not found" }
{ "error": "ValidationError", "message": "Cannot delete project while processing is in progress" }
in_progress