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