delete_item
Delete a specific item from a board. Requires the project and board IDs; confirm with the user before executing this irreversible action.
Instructions
Delete an item. Destructive — confirm with the user before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item id (from query_items / create_item) | |
| boardId | Yes | Board id (from list_boards / create_board) | |
| projectId | Yes | Project id (from list_projects / create_project) |