attacca
Kanban

Delete a column

Cards on the column are deleted with it.

DELETE
/v1/kanban/columns/{column_id}

Cards on the column are deleted with it.

Authorization

api_key kanban:write
AuthorizationBearer <token>

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

In: header

Scope: kanban:write

Path Parameters

column_id*string

Column id

Formatuuid

Response Body

application/json

application/json

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