cURL
curl --request DELETE \ --url https://api.memcontext.in/api/memories/{id} \ --header 'X-API-Key: <api-key>'
{ "success": true }
Permanently removes a memory. For soft deletion, use the forget endpoint instead.
API key created from the MemContext dashboard. Keys are prefixed with mc_.
mc_
Memory UUID.
Memory deleted.