cURL
curl --request DELETE \ --url https://api.tess.im/memory-collections/{collectionId} \ --header 'Authorization: Bearer <token>'
Deletes a memory collection and all associated memories.
Documentation IndexFetch the complete documentation index at: https://docs.tess.im/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tess.im/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \ --url 'https://api.tess.im/memory-collections/{collectionId}' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "message": "Collection deleted successfully" }
{ "message": "Collection not found" }
{ "message": "Default collection cannot be deleted" }