hebbrix_forget
Delete a memory by its unique ID from persistent storage. Confirms the deletion or indicates if the memory was already absent.
Instructions
Delete a memory by id.
A successful deletion returns deleted=true and the requested memory id;
an already-absent id retains the structured 404 error and adds
already_absent=true. This stable tool shape does not depend on whether
the API's successful DELETE response has a JSON body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||