---
title: CustomerAddressDeletePayload - Storefront API
description: Return type for `customerAddressDelete` mutation.
api_version: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/latest/payloads/CustomerAddressDeletePayload
  md: >-
    https://shopify.dev/docs/api/storefront/latest/payloads/CustomerAddressDeletePayload.md
api_name: storefront
api_type: graphql
type: payload
---

# Customer​Address​Delete​Payload

payload

Return type for `customerAddressDelete` mutation.

## Fields

* 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

***

## Mutations with this payload

* [customer​Address​Delete](https://shopify.dev/docs/api/storefront/latest/mutations/customerAddressDelete)

  mutation

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

  ***

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

  ***

  * id

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

    required

    ### Arguments

    Specifies the address to delete.

  * customer​Access​Token

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

    required

    The access token used to identify the customer.

  ***

***

## Map

### Mutations with this payload

* [customer​Address​Delete](https://shopify.dev/docs/api/storefront/latest/mutations/customerAddressDelete)
