OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-1111722.6 KB

0c601a16410f

Sessions

Delete session

Permanently deletes a session and its conversation history.

delete/api/session/{session_id}

Path parameters

session_idstring required

Session identifier

Response

Session deleted

messagestring
session_idstring

Example response

{
  "message": "Session deleted"
}