v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

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

successboolean
{"stackTrail":"paths:/v1/employees/{employee_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
}