curl --request DELETE \
--url https://api.thrindex.com/v1/memories/{id} \
--header 'Authorization: Bearer <token>'Soft-delete by default (status → deprecated).
Pass ?hard=true for permanent erasure (GDPR).
curl --request DELETE \
--url https://api.thrindex.com/v1/memories/{id} \
--header 'Authorization: Bearer <token>'ReturnsDocumentation Index
Fetch the complete documentation index at: https://docs.thrindex.com/llms.txt
Use this file to discover all available pages before exploring further.
204. Soft delete by default. ?hard=true for permanent erasure. Scope: memory:delete.