miro_bulk_delete
Delete multiple items from a Miro board simultaneously, with a dry-run option to preview deletions before executing.
Instructions
Delete multiple items at once (max 20).
WARNING: Cannot be undone. Use dry_run=true to preview first.
VOICE-FRIENDLY: "Deleted 5 items from the board"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| item_ids | Yes | IDs of items to delete (max 20) | |
| dry_run | No | If true, returns preview without deleting |