Remove Edge
remove_edgeDelete a specific relationship between two nodes in your workflow state memory. Use it to remove outdated connections and keep your state graph accurate.
Instructions
Delete a specific relationship between two nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The relationship type to delete. | |
| project | No | Optional project identifier. | |
| source_id | Yes | The source node ID. | |
| target_id | Yes | The target node ID. |