Anchor to deliveryCustomizationDeletedelivery
delivery Customization Delete
mutation
Requires access scope.
Creates a delivery customization.
Anchor to Arguments
Arguments
- •ID!required
The global ID of the delivery customization.
Was this section helpful?
- Anchor to deletedIddeleted•
Id Returns the deleted delivery customization ID.
- Anchor to userErrorsuser•
Errors [DeliveryCustomization Error!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation deliveryCustomizationDelete($id: ID!) {
deliveryCustomizationDelete(id: $id) {
deletedId
userErrors {
field
message
}
}
}
Input
{
"id": "gid://shopify/<objectName>/10079785100"
}
{
"id": "gid://shopify/<objectName>/10079785100"
}