Skip to main content
curl -X DELETE https://api.thinnest.ai/sessions/{session_id} \
  -H "Authorization: Bearer $THINNESTAI_API_KEY"

Path Parameters

session_id
string
required
The session ID to delete

Response 204

No content. The session and all messages have been permanently deleted.
Warning: This action is irreversible. All conversation history for this session will be lost.

Errors

CodeDescription
401Missing or invalid authentication
404Session not found