delete_memories_by_session
Delete all memories for a given session. Irreversible — ideal for cleaning up polluted sessions or concluding completed projects.
Instructions
Delete every memory (singles, parent docs, child chunks, sha guards) whose session_id matches. Scoped to the configured owner. Use this to wrap up a finished project or reset a polluted session before TTL expiry. IRREVERSIBLE — confirm session_id with the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | session_id whose memories should be removed. |