--- title: CustomerAddressDeletePayload - Storefront API description: Return type for `customerAddressDelete` mutation. api_version: 2026-01 api_name: storefront type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/payloads/customeraddressdeletepayload md: https://shopify.dev/docs/api/storefront/latest/payloads/customeraddressdeletepayload.md --- # 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-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\'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/types/customerAddressDelete)