delete_triple
Remove a subject-predicate-object relationship from the knowledge graph by providing the triple ID. Receive a JSON confirmation of deletion.
Instructions
Delete a knowledge graph triple.
Removes a subject-predicate-object relationship from the knowledge graph.
Args: triple_id: ID of the triple to delete.
Returns: JSON string confirming deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| triple_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |