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

# channelDeactivate Mutation

Deactivate a channel.

Requires the MANAGE\_CHANNELS permission.

Triggers the following webhook events:

-   CHANNEL\_STATUS\_CHANGED (async): A channel was deactivated.

```graphql
channelDeactivate(
  id: ID!
): ChannelDeactivate
```

Details

```graphql
type ChannelDeactivate {
  channel: Channel
  channelErrors: [ChannelError!]! @deprecated
  errors: [ChannelError!]!
}
```

<a id="arguments"></a>

### Arguments

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

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

ID of the channel to deactivate.

<a id="type"></a>

### Type

<a id="channeldeactivate"></a>

#### [`ChannelDeactivate`](/api-reference/channels/objects/channel-deactivate.md)

Deactivate a channel.

Requires the MANAGE\_CHANNELS permission.

Triggers the following webhook events:

-   CHANNEL\_STATUS\_CHANGED (async): A channel was deactivated.
