# companyContactRevokeRole - admin-graphql - MUTATION Version: 2024-10 ## Description Revokes a role on a company contact. ### Access Scopes `write_customers` access scope or `write_companies` access scope. Also: The API client must be installed on a Shopify Plus store. ## Arguments * [companyContactId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the contact to revoke a role from. * [companyContactRoleAssignmentId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the role assignment to revoke from a contact. ## Returns * [revokedCompanyContactRoleAssignmentId](/docs/api/admin-graphql/2024-10/scalars/ID): ID The role assignment that was revoked. * [userErrors](/docs/api/admin-graphql/2024-10/objects/BusinessCustomerUserError): BusinessCustomerUserError! The list of errors that occurred from executing the mutation. ## Examples