Delete Column
fizzy_delete_columnPermanently delete a workflow column from a board. Cards in the column are moved to triage to keep them safe.
Instructions
Permanently delete a workflow column from a board. Cards in this column will be moved to triage. ⚠️ This is a destructive operation that cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | The unique board identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Get available board IDs from fizzy_get_boards. | |
| column_id | Yes | The unique column identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Columns represent workflow stages. Get available column IDs from fizzy_get_columns. | |
| account_slug | Yes | The account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts. |