Skip to main content
Version: 3.x

ChannelDelete

Delete a channel. Orders associated with the deleted channel will be moved to the target channel. Checkouts, product availability, and pricing will be removed.

Requires MANAGE_CHANNELSpermission.

Triggers the following webhook events:

  • CHANNEL_DELETED (async): A channel was deleted.
type ChannelDelete {
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
channel: Channel
}

Fields

ChannelDelete.channelErrors ● [ChannelError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ChannelDelete.errors ● [ChannelError!]! non-null object

ChannelDelete.channel ● Channel object

Returned by

channelDelete mutation


Was this page helpful?