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

# Customer​Address​Delete​Payload

payload

Return type for `customerAddressDelete` mutation.

## Fields

* deleted​Address​Id

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

  The ID of the deleted address.

* user​Errors

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

  non-null

  The list of errors that occurred from executing the mutation.

***

## Mutations with this payload

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

  mutation

  Deletes a specific address for a customer.

  * address​Id

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

    required

    ### Arguments

    The ID of the address to be deleted.

  ***

***

## Map

### Mutations with this payload

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