--- title: ChannelDeletePayload - GraphQL Admin description: Return type for `channelDelete` mutation. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/payloads/ChannelDeletePayload md: >- https://shopify.dev/docs/api/admin-graphql/unstable/payloads/ChannelDeletePayload.md --- # Channel​Delete​Payload payload Return type for `channelDelete` mutation. ## Fields * 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. *** ## Mutations with this payload * [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. *** *** ## Map ### Mutations with this payload * [channel​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/types/channelDelete)