--- title: CustomerAddressDeletePayload - Storefront API description: Return type for `customerAddressDelete` mutation. api_version: 2025-01 api_name: storefront type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/payloads/customeraddressdeletepayload md: https://shopify.dev/docs/api/storefront/2025-01/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/2025-01/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/2025-01/scalars/String) ID of the deleted customer address. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/storefront/2025-01/objects/UserError) non-nullDeprecated *** ## Mutations with this payload * [customer​Address​Delete](https://shopify.dev/docs/api/storefront/2025-01/mutations/customerAddressDelete) mutation Permanently deletes the address of an existing customer. *** ## Map ### Mutations with this payload * [customer​Address​Delete](https://shopify.dev/docs/api/storefront/2025-01/types/customerAddressDelete)