Skip to main content
DELETE
/
v0
/
memories
/
{memory_id}
Soft-delete (archive) a memory (hard delete may come later).
curl --request DELETE \
  --url https://api.flumes.ai/v0/memories/{memory_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>",
  "request_id": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Flumes-Org
string

Deprecated. Org is derived from API key; header is ignored.

Maximum string length: 128

Path Parameters

memory_id
string
required

Response

Archived