Skip to main content
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?