mem_delete
Remove stored observations from persistent agent memory by ID. Soft-delete by default to preserve recoverability, or set hard_delete to permanently erase the row.
Instructions
Delete an observation by ID. Soft-delete by default; hard_delete permanently removes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric observation identifier. Also accepted as `observation_id`. | |
| hard_delete | No | Permanently remove the row instead of soft-deleting it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| status | No | ||
| hard_delete | No |