customerAddressDelete - customer - MUTATION
Version: 2025-01
Description:
Deletes a specific address for a customer.
Access Scopes
Arguments
-
addressId:
ID! -
The ID of the address to be deleted.
Returns
-
deletedAddressId:
ID
The ID of the deleted address.
-
userErrors:
UserErrorsCustomerAddressUserErrors!
The list of errors that occurred from executing the mutation.
Examples