Projects

Delete a project

DELETE
/projects/{project_id}
AuthorizationBearer <token>

Organization API key from the console (ak_...), or an OAuth access token with user:org:read, the organization selected during consent, and the capability required by the operation.

In: header

Path Parameters

project_id*string

Unique identifier for a project.

Match^prj_[a-z0-9]{16}$

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/projects/prj_4f8k2m7x9q1v6b3n"
{  "id": "prj_4f8k2m7x9q1v6b3n",  "object": "project",  "deleted": true}