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 -X DELETE https://api.thinnest.ai/v2/sessions/{session_id} \ -H "Authorization: Bearer $THINNESTAI_API_KEY"
{ "id": "sess_abc123", "status": "deleted" }
Delete a session and its messages
DELETE /v2/sessions/{session_id}