--- title: ChannelDeletePayload - GraphQL Admin description: Return type for `channelDelete` mutation. api_version: 2026-04 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/ChannelDeletePayload md: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/ChannelDeletePayload.md --- # Channel​Delete​Payload payload Return type for `channelDelete` mutation. ## Fields * deleted​Id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) The ID of the deleted channel. * user​Errors [\[Channel​Delete​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/mutations/channelDelete) mutation Deletes a [`Channel`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Channel) from the shop. All associated product feeds are removed. Existing orders attributed to the channel are preserved. The channel must have been created via [`channelCreate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/channelCreate). * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/mutations/channelDelete)