Skip to content

content_channels_unbind

Detach a channel from its platform connector, and clear any pause.

Tool

content_channels_unbind

Detach a channel from its platform connector, and clear any pause.

Detach a channel from its platform connector, and clear any pause. Delivery mode is left as it is: an auto channel left without a connection fails its publications visibly rather than being silently downgraded to reminders.

Behavior

HTTP
POST /content/channels/:id/unbind

Arguments

NameTypeRequiredDescription
idstringThe channel id returned by content_channels_list.

Response

FieldTypeAlwaysDescription
idstringChannel id — pass this to content_publications_schedule.
networkstringSocial network: linkedin, x, youtube, instagram or reddit.
pausedAtstringISO-8601 time the connector stopped working, or null when healthy. A paused channel keeps its scheduled publications — they are frozen, not cancelled, and dispatch once it resumes.
createdAtstringISO-8601 creation time.
updatedAtstringISO-8601 time of the last change.
connectorIdstringPlatform connector this channel publishes through, or null for a reminder channel that needs none. An id — this toolkit never holds social credentials; a token is fetched per call and discarded.
displayNamestringHuman label for the channel.
pauseReasonstringWhy it paused: revoked (access was taken away), expired (the credential ran out), or the provider reason code from a failed publish. Null when healthy.
subjectTypestringWho publishes: member (a personal account) or organization (a company page). Phase 1 channels are all member accounts.
capabilitiesobjectWhat the channel accepts and what it costs: maxTextLength, maxMedia, supportsVideo, supportsLink, costPerPostUsd, costPerLinkPostUsd, dailyPostCeiling, ceilingIsRuntimeData. Read maxTextLength before writing a per-channel text variant.
deliveryModestringHow the post reaches the network: auto (this API publishes it) or reminder (the system prepares it and notifies a person, who publishes by hand). Every seeded channel is reminder.

Try it

Detach a channel from its platform connector, and clear any pause.

When to use

Detach a channel from its platform connector, and clear any pause. Delivery mode is left as it is: an auto channel left without a connection fails its publications visibly rather than being silently downgraded to reminders.

Example

Ask your agent something like this:

Detach a channel from its platform connector, and clear any pause.

The agent will invoke content_channels_unbind with these arguments:

{
  "id": "<id>"
}

Esc

Start typing to search the docs.

navigateselect