Remove Node from Flow
node-red-flows-remove-nodeRemove a single node from a flow tab and automatically clean up all wire references from remaining nodes.
Instructions
Remove a single node from a flow tab. Cleans up wire references from all remaining nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | ID of the target flow tab | |
| nodeId | Yes | ID of the node to remove | |
| expectedRev | No | Optional revision guard for conflict detection |