---
title: "Disconnect chat channel"
method: DELETE
path: "/{channel_id}/disconnect"
---

# Disconnect chat channel

`DELETE /{channel_id}/disconnect`

After disconnecting the channel, you will stop receiving webhooks for outgoing messages.  The “initiate conversation” option will also be disabled in the lead card (upon the expiration of the UI/UX cache).

## Path parameters

- `channel_id` string, required

## Headers

- `Date` string
- `Content-type` string
- `Content-MD5` string
- `X-Signature` string

## Request body

- object
  - `account_id` string — `amojo_id` of the account (https://developers.kommo.com/reference/chat-api-accountid)

## Response `200`

200

- object

## Other responses

- `400` — 400
- `403` — 403
- `404` — 404

---

[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)
