Anchor to section titled 'undefined'

deliveryCustomizationDelete
mutation

Requires write_delivery_customizations access scope.

Creates a delivery customization.


Anchor to id
id
required

The global ID of the delivery customization.


Was this section helpful?

Returns the deleted delivery customization ID.

The list of errors that occurred from executing the mutation.


Was this section helpful?
Hide code
Mutation reference
Copy
mutation deliveryCustomizationDelete($id: ID!) {
  deliveryCustomizationDelete(id: $id) {
    deletedId
    userErrors {
      field
      message
    }
  }
}
Hide code
Input
Copy
{
  "id": "gid://shopify/<objectName>/10079785100"
}