delete_relation
Permanently delete a relationship between two entities in the knowledge graph without deleting the entities themselves. Use to clean up incorrect or outdated links.
Instructions
DESTRUCTIVE: permanently deletes the relationship between two entities from the knowledge graph. This cannot be undone. The entities themselves are not deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_entity | Yes | Name of the source entity. | |
| target_entity | Yes | Name of the target entity. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||