delete_node
Soft-delete a node by archiving it, with optional cascade to children. Recoverable by updating status to 'not_started'.
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 |