v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Remove 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&center_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

successboolean
{"stackTrail":"paths:/v1/room/{room_id}/blockouttimes/{block_out_time_id}?mode=0&center_id={center_id}:delete:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "success": true
}