Skip to main content

channelDeactivate Mutation

Deactivate a channel.

Requires the MANAGE_CHANNELSpermission.

Triggers the following webhook events:

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

Arguments

id ● ID!

ID of the channel to deactivate.

Type

ChannelDeactivate

Deactivate a channel.

Requires the MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_STATUS_CHANGED (async): A channel was deactivated.