---
title: customerAddressDelete - Storefront API
description: >
  Permanently deletes a specific
  [`MailingAddress`](/docs/api/storefront/2026-01/objects/MailingAddress) for a
  [`Customer`](/docs/api/storefront/2026-01/objects/Customer). Requires a valid
  [customer access
  token](/docs/api/storefront/2026-01/mutations/customerAddressDelete#arguments-customerAccessToken)
  to authenticate the request.


  > Caution:

  > This action is irreversible. You can't recover the deleted address.
api_version: 2026-01
api_name: storefront
type: mutation
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/latest/mutations/customerAddressDelete
  md: >-
    https://shopify.dev/docs/api/storefront/latest/mutations/customerAddressDelete.md
---

# customer​Address​Delete

mutation

Requires `unauthenticated_write_customers` access scope.

Permanently deletes a specific [`MailingAddress`](https://shopify.dev/docs/api/storefront/2026-01/objects/MailingAddress) for a [`Customer`](https://shopify.dev/docs/api/storefront/2026-01/objects/Customer). Requires a valid [customer access token](https://shopify.dev/docs/api/storefront/2026-01/mutations/customerAddressDelete#arguments-customerAccessToken) to authenticate the request.

***

**Caution:** This action is irreversible. You can\&#39;t recover the deleted address.

***

## Arguments

* customer​Access​Token

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  required

  The access token used to identify the customer.

* id

  [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID)

  required

  Specifies the address to delete.

***

## Customer​Address​Delete​Payload returns

* customer​User​Errors

  [\[Customer​User​Error!\]!](https://shopify.dev/docs/api/storefront/latest/objects/CustomerUserError)

  non-null

  The list of errors that occurred from executing the mutation.

* deleted​Customer​Address​Id

  [String](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  ID of the deleted customer address.

* user​Errors

  [\[User​Error!\]!](https://shopify.dev/docs/api/storefront/latest/objects/UserError)

  non-nullDeprecated

  The list of errors that occurred from executing the mutation.

***

## Examples

* ### customerAddressDelete reference
