Delete Staff Working Hours Schedule
DELETE /businesses/{businessId}/staff/{staffId}/working-hours-schedules/{workingHoursScheduleId}
DELETE
/businesses/{businessId}/staff/{staffId}/working-hours-schedules/{workingHoursScheduleId}
Experimental Feature. Subject to change.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” businessId
required
The ID of the Business.
string
staffId
required
The ID of the Staff.
string
workingHoursScheduleId
required
The ID of the Working Hours Schedule.
string
Responses
Section titled “ Responses ”Working Hours Schedule deleted.
Working Hours Schedule does not exist.
Failed to delete Working Hours Schedule.