---
title: "Terminate conversation"
method: GET
path: "/v1/voice-agents/conversation/{conversationId}/terminate"
tags: ["Conversations"]
---

# Terminate conversation

`GET /v1/voice-agents/conversation/{conversationId}/terminate`

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

## Path parameters

- `conversationId` string, uuid, required

## Response `200`

Successful response

- SuccessResponse
  - `success` boolean
  - `message` string
  - `messageKey` string

## Other responses

- `400` — Bad request - validation error
- `401` — Unauthorized
- `403` — Forbidden - Not authorized to access this conversation
- `404` — Conversation not found
- `500` — Server Side Error

---

[API](https://skmtc.dev/tryhamsa/apis/hamsa-api.md) · [All operations](https://skmtc.dev/tryhamsa/apis/hamsa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryhamsa/hamsa-api/revisions/ecbeb5d8dc13/schema)
