Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to customerAddressDelete

customerAddressDelete

mutation

Requires write_customers access scope.

Deletes a customer's address.

ID!required

The ID of the address to be deleted from the customer.

ID!required

The ID of the customer whose address is being deleted.


Was this section helpful?

Anchor to CustomerAddressDeletePayload returnsCustomerAddressDeletePayload returns

The ID of the address deleted from the customer.

The list of errors that occurred from executing the mutation.


Was this section helpful?