miro_delete_tag
Remove a tag from a Miro board to delete it from all items. Use dry_run to preview changes before permanent 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| tag_id | Yes | ID of the tag to delete | |
| dry_run | No | If true, returns preview without deleting |