# companyLocationRevokeTaxRegistration - admin-graphql - MUTATION Version: 2024-10 ## Description Revokes tax registration on a company location. ### Access Scopes `write_customers` access scope or `write_companies` access scope. Also: The API client must be installed on a Shopify Plus store. ## Arguments * [companyLocationId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The location whose tax registration is being revoked. ## Returns * [companyLocation](/docs/api/admin-graphql/2024-10/objects/CompanyLocation): CompanyLocation The updated company location. * [userErrors](/docs/api/admin-graphql/2024-10/objects/BusinessCustomerUserError): BusinessCustomerUserError! The list of errors that occurred from executing the mutation. ## Examples