Skip to main content
Anchor to paymentCustomizationDelete

paymentCustomizationDelete

mutation

Requires write_payment_customizations access scope.

Permanently deletes a payment customization. Once deleted, the customization will no longer affect which payment methods appear at checkout.

•ID!
required

The global ID of the payment customization.


Was this section helpful?

Anchor to PaymentCustomizationDeletePayload returnsPaymentCustomizationDeletePayload returns

•ID

Returns the deleted payment customization ID.

•[PaymentCustomizationError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?