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