# paymentCustomizationDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Deletes a payment customization. ### Access Scopes `write_payment_customizations` access scope. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The global ID of the payment customization. ## Returns * [deletedId](/docs/api/admin-graphql/2024-10/scalars/ID): ID Returns the deleted payment customization ID. * [userErrors](/docs/api/admin-graphql/2024-10/objects/PaymentCustomizationError): PaymentCustomizationError! The list of errors that occurred from executing the mutation. ## Examples