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
Unique identifier (UUID) of the appointment to remove panels from.
Body parameters
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.
true when the panels have been successfully removed from the appointment.Error responses
| Status | Description |
|---|---|
400 | Validation error — e.g., panel_ids is empty or contains an invalid UUID. |
403 | Forbidden — your API key does not have access to this operation. |
404 | Appointment not found, or one or more panels are not associated with the appointment. |
409 | Conflict — panels cannot be removed after the blood draw has been confirmed. |
500 | Internal server error. |