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
mutation paymentCustomizationDelete($id: ID!) {
paymentCustomizationDelete(id: $id) {
deletedId
userErrors {
field
message
}
}
}
Input
{
"id": "gid://shopify/<objectName>/10079785100"
}
{
"id": "gid://shopify/<objectName>/10079785100"
}