Remove Edge
remove_edgeDelete a single workflow connection by specifying the edge id or source and target node IDs, leaving the connected nodes intact.
Instructions
Remove one edge, named either by its edge id or by the source/target pair it connects. Removing an edge never removes the nodes it joined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Source node id, if naming the edge by its endpoints. | |
| target | No | Target node id, if naming the edge by its endpoints. | |
| edge_id | No | The edge id, if you have it. | |
| workflow_id | Yes | The workflow id. |