Skip to main content
Version: 3.x

channelDeactivate

Deactivate a channel.

Requires MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_STATUS_CHANGED (async): A channel was deactivated.
channelDeactivate(
id: ID!
): ChannelDeactivate

Arguments

channelDeactivate.id ● ID! non-null scalar

ID of the channel to deactivate.

Type

ChannelDeactivate object

Deactivate a channel.

Requires MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_STATUS_CHANGED (async): A channel was deactivated.

Was this page helpful?