graph_delete_entity
Delete an entity from the knowledge graph or remove a specific observation by observation ID. Helps keep memory organized and relevant.
Instructions
Delete an entity from the knowledge graph, or delete a specific observation if observationId is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storeId | No | Optional store ID to target a specific registered store instead of the active one | |
| entity | Yes | Entity name or ID to delete (or the entity that owns the observation) | |
| observationId | No | If provided, deletes only this observation instead of the entire entity. Observation IDs start with "obs_". |