--- title: CustomerAddressDeletePayload - GraphQL Admin description: Return type for `customerAddressDelete` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/customeraddressdeletepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/customeraddressdeletepayload.md --- # Customer​Address​Delete​Payload payload Return type for `customerAddressDelete` mutation. ## Fields * deleted​Address​Id [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) The ID of the address deleted from the customer. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [customer​Address​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/customerAddressDelete) mutation Deletes a customer's address. * customer​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the customer whose address is being deleted. * address​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required The ID of the address to be deleted from the customer. *** *** ## Map ### Mutations with this payload * [customer​Address​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/types/customerAddressDelete)