miro_delete_tag
Delete a tag from a Miro board, removing it from all items. Use dry_run to preview before irreversible deletion.
Instructions
Delete a tag from a board. Removes the tag from all items.
WARNING: Cannot be undone. Use dry_run=true to preview first.
VOICE-FRIENDLY: "Tag deleted successfully"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | ID of the tag to delete | |
| dry_run | No | If true, returns preview without deleting | |
| board_id | Yes | Board ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | ||
| message | Yes | ||
| success | Yes |