Lore
API referenceMemories

Soft-delete a memory.

Errors return a { message, code } body — see the error reference for the code → SDK exception map.

DELETE/v1/memories/{id}

Soft-deletes a memory by stamping its validity window closed. The row is retained (its version history stays inspectable) but drops immediately out of retrieval, packs, and this list — a soft delete, not an erasure. Idempotent per live row: deleting an already-deleted, superseded, or unknown memory (or one in another project) is a 404. Claims previously distilled from the memory keep their own lifecycle. Permanent erasure and cascading are a separate governance flow.

Authorization

bearerAuth
AuthorizationBearer <token>

API key sent as a bearer token: Authorization: Bearer <key>.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/memories/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{  "message": "string",  "code": "string"}
{  "message": "string",  "code": "string"}