remove_edge
Remove a connection between two nodes in a NetworkX graph to modify relationships or eliminate unwanted links in graph structures.
Instructions
Remove an edge.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_id | Yes | ||
| from | Yes | ||
| to | Yes |