delete_relations
Remove one or more relations from a knowledge graph by specifying source, target, and relation type. Omit relation type to delete all connections between 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 |