Tools

channels_disconnect

Disconnect one channel: it stops accepting posts and disappears from pickers; scheduled posts targeting it return to draft.

Disconnect one channel: it stops accepting posts and disappears from pickers; scheduled posts targeting it return to draft. History survives, and re-picking the same destination later reconnects it in place.

Input

FieldTypeRequiredDescription
organizationstringnoOrganization slug to act in (see organizations_list). Optional: API keys are bound to one organization; OAuth connections default to your active organization.
channel_idstringyesChannel id to disconnect

Result

JSON on success. A refusal comes back as an error prefixed with its code (NOT_FOUND, FORBIDDEN, TOO_MANY_REQUESTS, …) and a message written to be acted on — read it before retrying.

The same operation elsewhere

This tool and the REST operation channelsDisconnect and the CLI command inklate channels disconnect run the same guarded procedure the dashboard uses — same permissions, same validation, same tenant isolation.