Skip to main content
Anchor to customerAddressDelete

customerAddressDelete

mutation

Requires unauthenticated_write_customers access scope.

Permanently deletes the address of an existing customer.

•String!
required

The access token used to identify the customer.

•ID!
required

Specifies the address to delete.


Was this section helpful?

Anchor to CustomerAddressDeletePayload returnsCustomerAddressDeletePayload returns

•[CustomerUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Anchor to deletedCustomerAddressIddeletedCustomerAddressId
•String

ID of the deleted customer address.

•[UserError!]!
non-nullDeprecated

The list of errors that occurred from executing the mutation.


Was this section helpful?