delete_relations
Remove multiple relations from a knowledge graph by specifying source, target, and relation type. Without a relation type, deletes all connections between the two entities.
Instructions
Delete multiple relations from the knowledge graph.
Each relation must have: from (str), to (str), relationType (str). If relationType is omitted, all relations between from and to are deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |