Skip to content

forget

Remove a memory from Engram. Associated edges are automatically cleaned up.

ParameterTypeRequiredDescription
idnumberYesMemory ID to delete

Confirmation of deletion with the memory 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 update to correct mistakes rather than deleting
  • update — Modify instead of delete
  • merge — Combine duplicates instead of deleting