delete_column
Remove a column and all its values from a board. Confirm with the user before deletion. For correcting column properties, use update_column instead.
Instructions
Delete a column and every value stored in it. Destructive — confirm with the user first. Use update_column when the column is right but its name, type or options are wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | Board id (from list_boards / create_board) | |
| columnId | Yes | Column id (from get_board_schema) | |
| projectId | Yes | Project id (from list_projects / create_project) |