delete_mindmap_node
Removes a Miro mind map node and all its descendant nodes; use list_mindmap_nodes to find node IDs before deletion.
Instructions
Deletes a native mind map node and all of its descendant nodes (experimental REST API). Use list_mindmap_nodes to find node ids. See https://developers.miro.com/docs/mind-maps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Mind map node id to delete (and its children) | |
| board_id | Yes | Miro board ID |