v1

latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KB
Conversations

Terminate conversation

Terminates an active or pending conversation and closes the associated LiveKit room.

get/v1/voice-agents/conversation/{conversationId}/terminate

Path parameters

conversationIdstring uuid required
Example:849e77c6-5cb3-479a-a985-7fab630e2c78

UUID of the conversation to terminate.

Response

Successful response

successboolean
messagestring
messageKeystring

Example response

{
  "success": true,
  "message": "Operation completed successfully",
  "messageKey": "OPERATION_SUCCESSFUL"
}