Projects

Delete a project

DELETE
/projects/{project_id}
AuthorizationBearer <token>

API key from the console, ak_....

In: header

Path Parameters

project_id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/projects/string"
{  "deleted": true}