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

# Desconectar el canal de chat

`DELETE /v2/origin/custom/{channel_id}/disconnect`

Después de desconectar el canal, dejarás de recibir webhooks para mensajes salientes. La opción “iniciar conversación” también se deshabilitará en la tarjeta del lead (tras la expiración del caché 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 de la cuenta

## Response `200`

200

- object

## Other responses

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

---

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