# companyRevokeMainContact - admin - MUTATION
Version: unstable

## Description
Revokes the main contact from the company.

### Access Scopes
`write_customers` access scope or `write_companies` access scope. Also: The API client must be installed on a Shopify Plus store.


## Arguments
* [companyId](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the company to revoke the main contact from.


## Returns
* [company](/docs/api/admin/unstable/objects/Company): Company The company from which the main contact is revoked.
* [userErrors](/docs/api/admin/unstable/objects/BusinessCustomerUserError): BusinessCustomerUserError! The list of errors that occurred from executing the mutation.


## Examples