v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBagent-chat-sessions
Delete Session
Delete a chat session and all its messages.
Args: request: FastAPI request used by the rate-limiter. session_id: Chat session primary key. auth: Authenticated caller. service: Chat-session service.
Returns: ChatSessionDeleteResponse confirming deletion.
Raises: HTTPException: 404 when the session is missing or not owned.
delete/mle-agent/sessions/{session_id}
Path parameters
session_idstring required
Response
Successful Response