delete_node
Remove a mind map node and all its child nodes in one operation. Cannot delete the root node.
Instructions
Delete a node and all of its descendants (cascade). The root node cannot be deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapId | Yes | The map id. | |
| nodeId | Yes | The node id (unprefixed, as returned in node trees). |