paymentCustomizationDelete - admin-graphql - MUTATION
Version: 2024-10
Description:
Deletes a payment customization.
Access Scopes
`write_payment_customizations` access scope.
Arguments
-
id:
ID! -
The global ID of the payment customization.
Returns
-
deletedId:
ID
Returns the deleted payment customization ID.
-
userErrors:
PaymentCustomizationError!
The list of errors that occurred from executing the mutation.
Examples