Skip to main content
POST
Disconnects a channel from the instance. This sets enabled: false in the instance configuration and restarts the gateway. The channel’s saved config is preserved — you can reconnect later without re-entering credentials. No request body is needed.

Authentication

Requires an org-level API key or a scoped token with the channels permission.

Path Parameters

string
required
The ID of the instance.
string
required
The channel identifier (e.g. discord, whatsapp).

Response

Returns 204 No Content on success.