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
| Parameter | Type | Required | Description |
|---|---|---|---|
session_id | string | Yes | The 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
| Code | Description |
|---|---|
401 | Missing or invalid authentication |
404 | Session not found |