Forget a memory entry
forgetDelete a stored memory row by ID and sync the search index to keep preferences, lessons, and interactions up to date.
Instructions
Delete one memory row (preference, lesson or interaction) by id and sync the search index. Pass type when you know it (ids from remember are preference ids, from save_lesson are lesson ids).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Which table the id belongs to. Recommended whenever known, because numeric ids can coincide across tables. | |
| target_id | Yes | Row id to delete (id returned by remember/save_lesson) |