---
title: "End handover"
method: POST
path: "/handover/end/{bot_id}"
tags: ["Handover"]
---

# End handover

`POST /handover/end/{bot_id}`

This will unmute the bot for a specific user

## Path parameters

- `bot_id` string, required

## Request body

- HandoverEnd
  - `client_id` string, required — ID of the user as returned by the /dialog endpoint

## Response `200`

successful operation

## Other responses

- `400` — Invalid ID supplied
- `404` — bot not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
