---
title: "Close conversation"
method: POST
path: "/api/v4/talks/{id}/close"
---

# Close conversation

`POST /api/v4/talks/{id}/close`

Method allows you to launch a NPS bot or close a conversation by its ID. NPS bot is being launched only when it is enabled in the account settings, available in your plan and no force_close parameter is supplied.

## Path parameters

- `id` integer, required

## Headers

- `Content-Type` string

## Request body

- object
  - `force_close` boolean — In order to close a conversation without a NPS bot launch it is required to pass a force_close parameter with value of true. It is false by default

## Response `202`

202

- object

## Other responses

- `401` — 401
- `402` — 402
- `403` — 403
- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/kommo/apis/kommo-api-references.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api-references/revisions/f17af4d23c7c/schema)
