Skip to main content
Permanently delete a specific memory. The memory is removed from both the vector store and the graph store. Associated entity references are updated but the entities themselves are not deleted.

Parameters

UUID
required
The memory ID to delete.

Returns

A confirmation dict.
UUID
The ID of the memory that was deleted.
datetime
Server timestamp at which the deletion was applied.

Example

Memory deletion is permanent and cannot be undone.

Raises

  • SynapAuthError: when the API key is missing or invalid.
  • SynapNotFoundError: when the memory_id does not exist or is outside the caller’s scope.

See also