--- title: ChannelDeleteUserError - GraphQL Admin description: An error that occurs during the execution of `ChannelDelete`. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ChannelDeleteUserError md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ChannelDeleteUserError.md --- # Channel​Delete​User​Error object An error that occurs during the execution of `ChannelDelete`. ## Fields * code [Channel​Delete​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/ChannelDeleteUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [channel​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelDelete) mutation Deletes a channel for a specific channel ID. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the channel to delete. *** *** ## ChannelDeleteUserError Mutations ### Mutated by * [channel​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/channelDelete) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError) interface *** ## ChannelDeleteUserError Implements ### Implements * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)