Skip to main content
DELETE
/
api
/
projects
/
{projectId}
/
permanently
Permanently delete a project
curl --request DELETE \
  --url https://api.example.com/api/projects/{projectId}/permanently \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}

Path Parameters

projectId
string<uuid>
required

Unique identifier of the project to permanently delete

Response

200 - application/json

Permanent deletion confirmation

Permanent deletion confirmation

status
enum<string>
required

Operation status

Available options:
ok