Delete Entities
delete_entitiesDeletes entities from the knowledge graph, cascading to remove their relations and observations. Silently ignores non-existent entities.
Instructions
Delete entities and their associated relations and observations from the knowledge graph (cascading). Silent if an entity does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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". | |
| entityNames | Yes | The names of the entities to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes |