delete_entity
Delete a knowledge graph entity and remove all triples where it appears as subject or object.
Instructions
Delete a knowledge graph entity and all its triples.
Removes the entity node and every triple where it appears as subject or object.
Args: entity_id: ID of the entity to delete.
Returns: JSON string confirming deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |