v1
latestOpenAPI 3.1.02026-07-2422707.0 MBRemove the blockout time of an employee
Permanently deletes a blockout time whose unique identifier is supplied as {block_out_time_id} and the unique id of the therapist as {employee_id}. It cannot be undone.
delete/v1/employees/{employee_id}/blockouttimes/{block_out_time_id}?mode=0¢er_id={center_id}
Path parameters
employee_idstring required
Unique identifier of the employee.
block_out_time_idstring required
Unique identifier of the block out time.
Query parameters
center_idstring
Unique identifier of the center.
Response
200
Example response
{
"success": true
}