Skip to main content
DELETE
/
v1
/
memories
/
{id}
Delete memory
curl --request DELETE \
  --url https://api.thrindex.com/v1/memories/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.thrindex.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns 204. Soft delete by default. ?hard=true for permanent erasure. Scope: memory:delete.

Authorizations

Authorization
string
header
required

API key (mk_live_...) from the Thrindex dashboard.

Path Parameters

id
string<uuid>
required

Query Parameters

hard
boolean
default:false

Response

Deleted