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>'
This response does not have an example.

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 length: 128

Path Parameters

memory_id
string
required

Response

204

Archived