> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/products/llms.txt)
> Source: https://docs.saleor.io/api-reference/products/mutations/unassign-warehouse-shipping-zone

# unassignWarehouseShippingZone Mutation

Remove shipping zone from given warehouse.

Requires the MANAGE\_PRODUCTS permission.

```graphql
unassignWarehouseShippingZone(
  id: ID!
  shippingZoneIds: [ID!]!
): WarehouseShippingZoneUnassign
```

Details

```graphql
type WarehouseShippingZoneUnassign {
  warehouseErrors: [WarehouseError!]! @deprecated
  errors: [WarehouseError!]!
  warehouse: Warehouse
}
```

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

### Arguments

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

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

ID of a warehouse to update.

<a id="shipping-zone-ids"></a>

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

List of shipping zone IDs.

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

### Type

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

#### [`WarehouseShippingZoneUnassign`](/api-reference/products/objects/warehouse-shipping-zone-unassign.md)

Remove shipping zone from given warehouse.

Requires the MANAGE\_PRODUCTS permission.
