Anchor to paymentCustomizationDeletepayment
paymentCustomizationDelete
mutation
Requires access scope.
Deletes a payment customization.
Anchor to Arguments
Arguments
- •ID!required
The global ID of the payment customization.
Was this section helpful?
Anchor to PaymentCustomizationDeletePayload returnsPaymentCustomizationDeletePayload returns
- Anchor to deletedIddeleted•
Id Returns the deleted payment customization ID.
- Anchor to userErrorsuser•
Errors [PaymentCustomization non-nullError!]! The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
1mutation paymentCustomizationDelete($id: ID!) {2 paymentCustomizationDelete(id: $id) {3 deletedId4 userErrors {5 field6 message7 }8 }9}
Input
1{2 "id": "gid://shopify/<objectName>/10079785100"3}
{
"id": "gid://shopify/<objectName>/10079785100"
}