# shippingPackageDelete - admin - MUTATION Version: unstable ## Description Deletes a shipping package. ### Access Scopes Any of `shipping` access scopes or `manage_delivery_settings` user permission. ## Arguments * [id](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the shipping package to remove. ## Returns * [deletedId](/docs/api/admin/unstable/scalars/ID): ID The ID of the deleted shipping package. * [userErrors](/docs/api/admin/unstable/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples