Permanently delete an owned project
Only the project owner can delete a project.
DELETE
/projects/{project_uid}Only the project owner can delete a project.
Authorization
bearerApiKey AuthorizationBearer <token>
Create a REST API key in Settings > Connected Apps. MCP credentials do not authenticate this API.
In: header
Path Parameters
project_uid*string
Accessible project UID. Discover it with GET /projects; do not guess it.
Match
^[a-z0-9]{10}$Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/projects/string"Empty
{ "message": "Unauthenticated."}{ "message": "string", "code": "string"}{ "message": "Project not found or not accessible."}{ "message": "string", "code": "string"}{ "message": "string", "code": "string"}