Delete Relations
delete_relationsRemove specific relations from the knowledge graph to keep memory accurate. Silently ignores non-existent relations, simplifying cleanup.
Instructions
Delete specific relations from the knowledge graph. Silent if a relation 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". | |
| relations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes |