Appointments
Remove Panels
Remove blood test panels from an appointment
DELETE
Remove one or more blood test panels from an existing appointment. This deletes the planned test snapshots associated with the specified panels.
Request
Path parameters
string
required
Unique identifier (UUID) of the appointment to remove panels from.
Body parameters
string[]
required
Array of panel UUIDs to remove from the appointment. Must contain at least one item. All panels
must currently be associated with the appointment.
Response
On success, the API returns200 OK confirming the panels have been removed.
boolean
true when the panels have been successfully removed from the appointment.