v1
latestOpenAPI 3.1.02026-07-2422707.0 MBRemove a room blockout time
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/room/{room_id}/blockouttimes/{block_out_time_id}?mode=0¢er_id={center_id}
Path parameters
room_idstring required
Unique identifier of the room.
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
}