delete_edge
Delete a relationship from the knowledge graph by its edge_id, preserving the connected entities.
Instructions
Remove a single relationship from the knowledge graph by its edge_id. Get edge_ids from get_entity_neighbors. Deletes only the edge — both entities remain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edge_id | Yes | The elementId of the edge to delete. |