--- title: channelDelete - GraphQL Admin description: Deletes a channel for a specific channel ID. api_version: unstable api_name: admin source_url: html: 'https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelDelete' md: >- https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelDelete.md --- # channel​Delete mutation Deletes a channel for a specific channel ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required The ID of the channel to delete. *** ## Channel​Delete​Payload returns * deleted​Id [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) The ID of the deleted channel. * user​Errors [\[Channel​Delete​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ChannelDeleteUserError) non-null The list of errors that occurred from executing the mutation. *** ## Examples * ### channelDelete reference