Channels
Disconnect Channel
Disconnect a channel from an instance.
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 thechannels permission.
Path Parameters
The ID of the instance.
The channel identifier (e.g.
discord, whatsapp).Response
Returns204 No Content on success.