| title | description | openapi |
|---|---|---|
End Session |
Explicitly end and delete a conversation session |
delete /api/messaging/sessions/{sessionId} |
{
"success": true,
"message": "Session abc-123-def-456 deleted successfully"
}- Deleting a session does not delete the conversation history
- The underlying channel and messages remain in the database
- Active WebSocket connections for the session will be terminated
- Any pending operations on the session will fail after deletion