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

# shippingZoneDelete Mutation

Deletes a shipping zone.

Requires the MANAGE\_SHIPPING permission.

```graphql
shippingZoneDelete(
  id: ID!
): ShippingZoneDelete
```

Details

```graphql
type ShippingZoneDelete {
  shippingErrors: [ShippingError!]! @deprecated
  errors: [ShippingError!]!
  shippingZone: ShippingZone
}
```

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

### Arguments

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

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

ID of a shipping zone to delete.

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

### Type

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

#### [`ShippingZoneDelete`](/api-reference/shipping/objects/shipping-zone-delete.md)

Deletes a shipping zone.

Requires the MANAGE\_SHIPPING permission.
