# CustomerAddressDeletePayload - storefront - PAYLOAD Version: 2025-01 ## Description Return type for `customerAddressDelete` mutation. ### Access Scopes ## Fields * [customerUserErrors](/docs/api/storefront/2025-01/objects/CustomerUserError): CustomerUserError! - The list of errors that occurred from executing the mutation. * [deletedCustomerAddressId](/docs/api/storefront/2025-01/scalars/String): String - ID of the deleted customer address. * [userErrors](/docs/api/storefront/2025-01/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [customerAddressDelete](/docs/api/storefront/2025-01/mutations/customerAddressDelete) ## Examples