Minctrl Docs

Delete a kanban column

DELETE
/kanban/columns/{col_id}

Delete a kanban column.

Requires a valid bearer token and an active company. The column's project must belong to the caller's company (403 otherwise). Manager+ role required (ticket.create capability → 403 for lower roles).

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

col_id*Col Id

Response Body

application/json

curl -X DELETE "https://example.com/kanban/columns/string"
Empty
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}