Skip to main content
DELETE
Remove one or more blood test panels from an existing appointment. This deletes the planned test snapshots associated with the specified panels.
Panels cannot be removed after you call Confirm Blood Draw. Attempting to remove panels from a confirmed appointment returns 409 Conflict.

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 returns 200 OK confirming the panels have been removed.
boolean
true when the panels have been successfully removed from the appointment.

Error responses