attacca
Projects

Delete a project

Everything in the project goes with it: its sessions, boards, jobs, works, cronjobs, and docs are deleted in the same request. The one 409 is the Default project, which cannot be deleted.

DELETE
/v1/projects/{project_id}

Everything in the project goes with it: its sessions, boards, jobs, works, cronjobs, and docs are deleted in the same request. The one 409 is the Default project, which cannot be deleted.

Authorization

api_key projects:write
AuthorizationBearer <token>

An atk_-prefixed API key, created under Settings → API keys.

In: header

Scope: projects:write

Path Parameters

project_id*string

Project id

Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty