delete_context
Remove a stored personal memory entry by ID when a user asks to forget something or when newer information makes it outdated.
Instructions
Delete a personal memory entry by ID. Use when: 1) User asks to forget something. 2) Entry is outdated/contradicted by newer info. Always use get_context or list_contexts first to find the entry ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The UUID of the context entry to delete |