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