﻿---
title: ChannelDeleteUserError - GraphQL Admin
description: An error that occurs during the execution of `ChannelDelete`.
api_version: 2026-07
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/latest/objects/ChannelDeleteUserError
  md: >-
    https://shopify.dev/docs/api/admin-graphql/latest/objects/ChannelDeleteUserError.md
api_name: admin
api_type: graphql
type: object
---

# 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/latest/enums/ChannelDeleteUserErrorCode)

  The error code.

* field

  [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  The path to the input field that caused the error.

* message

  [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  non-null

  The error message.

***

## Map

No referencing types

***

## Mutations

* [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.

  ***

***

## ChannelDeleteUserError Mutations

### Mutated by

* [channel​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/channelDelete)

***

## Interfaces

* [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)

  interface

***

## ChannelDeleteUserError Implements

### Implements

* [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)
