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.
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:writeAuthorizationBearer <token>
An atk_-prefixed API key, created under Settings → API keys.
In: header
Scope: projects:write
Path Parameters
project_id*string
Project id
Format
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty