---
title: "End Deployment Conversation"
method: POST
path: "/v2/deployments/{deployment_id}/conversations/{conversation_id}/end"
tags: ["Deployments"]
---

# End Deployment Conversation

`POST /v2/deployments/{deployment_id}/conversations/{conversation_id}/end`

Ends an active conversation started through a deployment. No API key required in the browser.

## Path parameters

- `deployment_id` string, required
- `conversation_id` string, required

## Response `200`

Conversation ended

- object
  - `conversation_id` string
  - `status` string

## Other responses

- `404` — Not Found

---

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