# paymentCustomizationDelete - admin - MUTATION
Version: 2025-01

## Description
Deletes a payment customization.

### Access Scopes
`write_payment_customizations` access scope.


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


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


## Examples