> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/channels/llms.txt)
> Source: https://docs.saleor.io/api-reference/channels/inputs/channel-delete-input

# ChannelDeleteInput Input Type

No description

```graphql
input ChannelDeleteInput {
  channelId: ID!
}
```

<a id="fields"></a>

### Fields

<a id="channel-id"></a>

#### [`channelId`](#channel-id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

ID of a channel to migrate orders from the origin channel. Target channel has to have the same currency as the origin.

<a id="member-of"></a>

### Member Of

[`channelDelete`](/api-reference/channels/mutations/channel-delete.md) mutation
