Delete a memory by external ID
Delete a source-owned memory with a durable, versioned tombstone.
Retries converge to the original receipt, and delayed upserts with lower versions cannot recreate the 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.
Headers
Optional stable source-event key.
^[A-Za-z0-9][A-Za-z0-9._:-]{0,199}$Path Parameters
Stable ID of this record in the source system. Stable record ID inside the named source.
^[A-Za-z0-9][A-Za-z0-9._:-]{0,255}$"profile_123"
Body
Your stable internal user ID. No colon allowed.
1 - 128^[A-Za-z0-9@._-]{1,128}$"u_123"
Stable source-system name, such as caeros-profile or conversation.
^[A-Za-z0-9][A-Za-z0-9._:-]{0,127}$"caeros-profile"
x >= 1