Delete Column
delete_columnDelete a kanban column by id. Tasks in the column are removed with it. Get the id from list_tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| board_id | Yes | ||
| access_key | No | 8-character lowercase alphanumeric board access key when the board is locked (legacy 6-character lowercase alphanumeric keys are also accepted). Equivalent to setting the `X-Board-Key` HTTP header on the JSON-RPC POST. Omit for unlocked boards. Obtain via POST /api/boards/<id>/lock. |