# customerAddressDelete - storefront - MUTATION
Version: 2025-04

## Description
Permanently deletes the address of an existing customer.

### Access Scopes
`unauthenticated_write_customers` access scope.


## Arguments
* [customerAccessToken](/docs/api/storefront/2025-04/scalars/String): String! - The access token used to identify the customer.
* [id](/docs/api/storefront/2025-04/scalars/ID): ID! - Specifies the address to delete.


## Returns
* [customerUserErrors](/docs/api/storefront/2025-04/objects/CustomerUserError): CustomerUserError! The list of errors that occurred from executing the mutation.
* [deletedCustomerAddressId](/docs/api/storefront/2025-04/scalars/String): String ID of the deleted customer address.
* [userErrors](/docs/api/storefront/2025-04/objects/UserError): UserError! The list of errors that occurred from executing the mutation.


## Examples