delete_node
Remove a node from the script. Call with confirm=False to preview, then confirm=True to delete.
Instructions
Delete a node from the script.
Args: name: node to delete. confirm: must be True to actually delete. call with False first to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | node to delete. | |
| confirm | No | must be True to actually delete. call with False first to preview. |