---
title: "Desconectar canal de chat"
method: DELETE
path: "/{channel_id}/disconnect"
---

# Desconectar canal de chat

`DELETE /{channel_id}/disconnect`

Após desconectar o canal, você deixará de receber webhooks para mensagens enviadas. A opção iniciar conversa também será desativada no cartão do lead (após a expiração do cache de UI/UX).

## 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 da conta

## Response `200`

200

- object

## Other responses

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

---

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