delete_board
Delete a board and every item on it permanently. This action cannot be undone, so confirm with the user before executing.
Instructions
Delete a board with every item on it. Destructive and not undoable — confirm with the user first, and prefer delete_column when only part of the model is wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | Board id (from list_boards / create_board) | |
| projectId | Yes | Project id (from list_projects / create_project) |