delete_assertion
Remove an incorrect or outdated assertion from the knowledge graph by specifying its fact ID.
Instructions
Remove an edge from the knowledge graph.
Use this when an assertion is wrong, outdated, or no longer relevant. Consider using update_assertion to lower confidence instead of deleting, or add_assertion with "supersedes" relation to record the replacement.
Example: delete_assertion(fact_id="edge-abc123")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact_id | Yes | ID of the assertion/edge to remove |