# deliveryCustomizationDelete - admin - MUTATION
Version: 2025-01

## Description
Creates a delivery customization.

### Access Scopes
`write_delivery_customizations` access scope.


## Arguments
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - The global ID of the delivery customization.


## Returns
* [deletedId](/docs/api/admin/2025-01/scalars/ID): ID Returns the deleted delivery customization ID.
* [userErrors](/docs/api/admin/2025-01/objects/DeliveryCustomizationError): DeliveryCustomizationError! The list of errors that occurred from executing the mutation.


## Examples