Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.tess.im/memories/{memoryId} \ --header 'Authorization: Bearer <token>'
Deletes an existing memory.
curl --request DELETE \ --url 'https://api.tess.im/memories/{memoryId}' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "message": "Memory deleted successfully!" }
{ "message": "Memory not found!" }
{ "message": "Memory deletion failed!", "error": "Error message details" }