--- title: CompanyDeletePayload - GraphQL Admin description: Return type for `companyDelete` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/companydeletepayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/companydeletepayload.md --- # Company​Delete​Payload payload Return type for `companyDelete` mutation. ## Fields * deleted​Company​Id [ID](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) The ID of the deleted company. * 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​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/companyDelete) mutation Deletes a company. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the company to delete. *** *** ## Map ### Mutations with this payload * [company​Delete](https://shopify.dev/docs/api/admin-graphql/unstable/types/companyDelete)