latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-1211722.9 KB

c3fcd0edadf8

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"
}