delete_node
Archive a node and its children to remove them from active plans, while allowing recovery by updating status.
Instructions
Soft-delete a node by setting status='archived'. Cascades to children by default. Recoverable via update_task({status: 'not_started'}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| plan_id | No | Auto-resolved if omitted. | |
| reason | No | ||
| cascade_children | No |