delete_node
Remove a node from Dynalist documents. Choose to delete only the node while moving its children up, or delete the node along with all its descendants.
Instructions
Delete a node from a Dynalist document. By default, only the node is deleted and its children move up to the parent. Use include_children=true to delete the node AND all its descendants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Dynalist URL with node deep link | |
| file_id | No | Document ID (alternative to URL) | |
| node_id | Yes | Node ID to delete | |
| include_children | No | If true, delete the node AND all its children/descendants. If false (default), only delete the node (children move up to parent). |