Skip to main content
DELETE
Remove one or more individual biomarkers from an appointment’s à-la-carte set. The post-removal biomarker set is validated against each lab’s closure rules: a removal can strand the set (e.g. dropping LDL while keeping the LDL/HDL ratio). When it does, the request returns 400 with structured recovery options and nothing is removed. See Add Individual Biomarkers for the shape of the validation payload. Every ID in biomarker_ids must currently be attached to the appointment — otherwise the request returns 404.
Biomarkers cannot be removed after you call Confirm Blood Draw.

Request

Path parameters

string
required
Unique identifier (UUID) of the appointment.

Body parameters

number[]
required
Array of biomarker IDs to detach. Must contain at least one item, and every ID must currently be on the appointment.

Response

boolean
true when the biomarkers have been successfully removed.

Error responses