---
title: shippingPackageDelete - GraphQL Admin
description: Deletes a shipping package.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/mutations/shippingPackageDelete
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/mutations/shippingPackageDelete.md
---

# shipping​Package​Delete

mutation

Requires Any of `shipping` access scopes or `manage_delivery_settings` user permission.

Deletes a shipping package.

## Arguments

* id

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

  required

  The ID of the shipping package to remove.

***

## Shipping​Package​Delete​Payload returns

* deleted​Id

  [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID)

  The ID of the deleted shipping package.

* user​Errors

  [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/UserError)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Examples

* ### shippingPackageDelete reference
