Overview
Delete a specific relationship edge (connection) between two entity nodes in the knowledge graph.Advanced Feature: Only use this if you understand the knowledge graph structure. Deleting edges can break important relationships. This operation is permanent and cannot be undone. Most users should never need this endpoint.
Authentication
Your API key for authentication
Path Parameters
UUID of the edge to delete
Response
Confirmation message
Example Request
Example Response
Use Cases
Remove Incorrect Relationships
Delete relationships that were incorrectly extracted or are no longer valid
Clean Up Graph
Remove outdated or irrelevant connections between entities
Manual Graph Management
Manually curate the knowledge graph by removing specific edges
Workflow Example
Error Responses
Invalid UUID format
Edge not found