miro_delete_mindmap_node
Delete a mindmap node from a Miro board, with preview option to check effects before permanent removal.
Instructions
Delete a mindmap node. Deleting a parent may affect children. Uses v2-experimental API.
WARNING: Cannot be undone. Use dry_run=true to preview first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If true, returns preview without deleting | |
| node_id | Yes | Mindmap node ID to delete | |
| board_id | Yes | Board ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| message | Yes | ||
| success | Yes |