# companyLocationRemoveStaffMembers - admin - MUTATION
Version: 2025-01

## Description
Deletes one or more existing mappings between a staff member at a shop and 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
* [companyLocationStaffMemberAssignmentIds](/docs/api/admin/2025-01/scalars/ID): ID! - The list of IDs of the company location staff member assignment to delete.


## Returns
* [deletedCompanyLocationStaffMemberAssignmentIds](/docs/api/admin/2025-01/scalars/ID): ID The list of IDs of the deleted staff member assignment.
* [userErrors](/docs/api/admin/2025-01/objects/BusinessCustomerUserError): BusinessCustomerUserError! The list of errors that occurred from executing the mutation.


## Examples