Chat

Delete Session

Delete a conversation session and all its message history.

DELETE/sessions/{session_id}

Delete a session and all associated messages. This action is irreversible.

Path Parameters

Session identifier

Path Parameters

ParameterTypeRequiredDescription
session_idstringYesThe 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

On this page