delete_connection
Removes a connection between two nodes in an N8N workflow using workflow, source, and target IDs.
Instructions
Delete a connection between two nodes in a workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow ID | |
| sourceNodeId | Yes | Source node ID | |
| targetNodeId | Yes | Target node ID | |
| targetInputIndex | No | Target input index | |
| sourceOutputIndex | No | Source output index |