Delete a memory
Memories
Delete a memory
Permanently delete one memory — document and vectors — by the id
returned from save, search, and recall.
- Immediate and irreversible, scoped to the named end user.
404means the memory already doesn’t exist in that user’s space — erasure flows (including retried deletes) should treat it as success, not failure.- For records mirrored from a system of record, prefer
DELETE /api/v1/memories/{externalId}: its versioned tombstone stops a replayed source upsert from recreating the memory.
DELETE
Delete a memory
Authorizations
A scoped Integration key, prefixed cint_. Send as
Authorization: Bearer cint_... on every request. Server-side only.
Legacy personal cmem_... keys remain accepted during migration;
team/org-scoped cmem_... keys are not valid on this API.
Path Parameters
Conare's opaque memory id, as returned by save, search, and recall.
Required string length:
1 - 128Example:
"3f9c2a7d0b4e8f16a25c9d31e7b40f8a"
Query Parameters
Your stable internal user ID. No colon allowed.
Required string length:
1 - 128Pattern:
^[A-Za-z0-9@._-]{1,128}$Example:
"u_123"