Remove Staff business location access
Path parameters
-
The unique identifier for the business location.
-
The unique identifier for the employee.
DELETE /staff/v1/businessLocations/{businessLocationId}/unAssignStaff/{staffId}
curl \
-X DELETE https://api.trial.lsk.lightspeed.app/staff/v1/businessLocations/{businessLocationId}/unAssignStaff/{staffId} \
-H "Authorization: Bearer $ACCESS_TOKEN"