Skip to main content

ChannelDeactivate Object

Deactivate a channel.

Requires the MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_STATUS_CHANGED (async): A channel was deactivated.
type ChannelDeactivate {
channel: Channel
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
}

Fields

channel ● Channel

Deactivated channel.

errors ● [ChannelError!]!

Show deprecated

Returned By

channelDeactivate mutation