--- title: CompanyAddressDeletePayload - GraphQL Admin description: Return type for `companyAddressDelete` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/companyaddressdeletepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/companyaddressdeletepayload.md --- # Company​Address​Delete​Payload payload Return type for `companyAddressDelete` mutation. ## Fields * deleted​Address​Id [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) The ID of the deleted address. * user​Errors [\[Business​Customer​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/BusinessCustomerUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [company​Address​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/companyAddressDelete) mutation Deletes a company address. * address​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the address to delete. *** *** ## Map ### Mutations with this payload * [company​Address​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/types/companyAddressDelete)