---
title: "End Chat"
method: POST
path: "/v1/business/bot-data/conversations/{chat_id}/end-chat"
tags: ["Botsonic Business Bot data"]
---

# End Chat

`POST /v1/business/bot-data/conversations/{chat_id}/end-chat`

End a chat conversation

## Path parameters

- `chat_id` string, uuid, required — chat_id of specific conversation

## Request body

- EndChatInput
  - `status` 'liked' | 'disliked' | 'none' — An enumeration.
  - `feedback` string — feedback for chat

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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