Remove Business Location Access
Path parameters
-
businessLocationId
integer(int64) Required The unique identifier for the business location.
-
staffId
integer(int64) Required The unique identifier for the user.
DELETE
/staff/v1/businessLocations/{businessLocationId}/unAssignStaff/{staffId}
curl \
--request DELETE 'https://api.trial.lsk.lightspeed.app/staff/v1/businessLocations/{businessLocationId}/unAssignStaff/{staffId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"