forget
Remove a memory from Engram. Associated edges are automatically cleaned up.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
id | number | Yes | Memory ID to delete |
Return Value
Section titled “Return Value”Confirmation of deletion with the memory ID.
Examples
Section titled “Examples”Delete by ID
Section titled “Delete by ID”{ "id": 42}- Deletion is permanent — there’s no undo
- All edges connected to the memory are automatically removed
- If the memory was part of a team graph, the team copy is also removed
- Consider using
updateto correct mistakes rather than deleting