v1

latestOpenAPI 3.1.0MIT2026-07-1710621.2 KB
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"
}