Remove Node
remove_nodeDelete a node and every edge touching it, preventing dangling references that would break the workflow.
Instructions
Remove a node and every edge touching it. The edges go WITH the node deliberately — leaving them would produce edges pointing at nothing, reported as a second error the author did not cause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | The node to remove. | |
| workflow_id | Yes | The workflow id. |