miro_delete_doc
Remove document items from Miro boards. Use dry_run to preview deletions before executing permanent removal.
Instructions
Delete a doc format item from a Miro board.
USE WHEN: User says "remove the document", "delete that doc"
PARAMETERS:
board_id: Required
item_id: Doc format item ID to delete (required)
dry_run: If true, returns preview without deleting (optional)
WARNING: This action cannot be undone. Use dry_run=true to preview what will be deleted before executing.
RELATED: Use miro_get_doc to inspect before deleting. Use miro_create_doc to create new documents.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| item_id | Yes | Doc format item ID to delete | |
| dry_run | No | If true, returns preview without deleting |