---
title: customerAddressDelete - Customer API
description: Deletes a specific address for a customer.
api_version: 2025-07
api_name: customer
type: mutation
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/2025-07/mutations/customerAddressDelete
  md: >-
    https://shopify.dev/docs/api/customer/2025-07/mutations/customerAddressDelete.md
---

# customer​Address​Delete

mutation

Deletes a specific address for a customer.

## Arguments

* address​Id

  [ID!](https://shopify.dev/docs/api/customer/2025-07/scalars/ID)

  required

  The ID of the address to be deleted.

***

## Customer​Address​Delete​Payload returns

* deleted​Address​Id

  [ID](https://shopify.dev/docs/api/customer/2025-07/scalars/ID)

  The ID of the deleted address.

* user​Errors

  [\[User​Errors​Customer​Address​User​Errors!\]!](https://shopify.dev/docs/api/customer/2025-07/objects/UserErrorsCustomerAddressUserErrors)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Examples

* ### customerAddressDelete reference
