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 one of the following permissions: MANAGE_CHANNELS.
channelDelete(
id: ID!
input: ChannelDeleteInput
): ChannelDelete
Arguments
id
(ID!
)
ID of a channel to delete.
input
(ChannelDeleteInput
)
Fields required to delete a channel.
Type
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 one of the following permissions: MANAGE_CHANNELS.