# companyLocationsDelete - admin-graphql - MUTATION Version: 2024-10 ## Description Deletes a list of company locations. ### Access Scopes `write_customers` access scope or `write_companies` access scope. Also: The API client must be installed on a Shopify Plus store. ## Arguments * [companyLocationIds](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A list of IDs of company locations to delete. ## Returns * [deletedCompanyLocationIds](/docs/api/admin-graphql/2024-10/scalars/ID): ID A list of IDs of the deleted company locations. * [userErrors](/docs/api/admin-graphql/2024-10/objects/BusinessCustomerUserError): BusinessCustomerUserError! The list of errors that occurred from executing the mutation. ## Examples