Home Kit Orders
Remove Individual Biomarkers
Remove à-la-carte biomarkers from a home kit order
DELETE
Remove one or more à-la-carte biomarkers from an existing home kit order. Removal is idempotent: biomarkers that are not attached are ignored rather than rejected. See Idempotency.
Requires the
home_kit_orders_manage scope plus the
home_kit_orders_individual_biomarker_selection capability scope. Home kits are ordered by panel,
so single markers are enabled per partner. Ask Aniva if your integration needs it.
Request
Path parameters
string
required
Unique identifier (UUID) of the home kit order to remove biomarkers from.
Body parameters
integer[]
required
Array of biomarker identifiers to remove from the home kit order. Must contain at least one item.
Response
On success, the API returns200 OK confirming the biomarkers have been removed.
boolean
true when the biomarkers have been successfully removed from the home kit order.