Delete Observations
delete_observationsRemove specific observations from entities to keep your knowledge graph accurate. Specify the entity and the observations to delete; missing observations are silently ignored.
Instructions
Delete specific observations from entities in the knowledge graph. Silent if an observation does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deletions | Yes | ||
| namespace | No | Memory scope/tenant. Use the same namespace to keep related memories together (e.g. "user:alice" or "user:alice:project:frontend"). Defaults to "default". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes |