Skip to main content
DELETE
Remove one or more catalog panels from an existing home kit order. All specified panels must currently be attached to the home kit order.
Requires home_kit_orders_manage scope.
Panels can only be removed while the kit is pending. Once the kit is dispatched its composition is locked and this call returns 409 Conflict — the physical kit ships with a fixed number of tubes derived from the selected panels and biomarkers, so its contents can’t change after it has been sent. activated and cancelled kits are likewise locked. If you need to change the tests on a locked kit, reach out to Aniva directly — it’s usually still possible, and we’ll make the change for you to keep the kit’s contents consistent.

Request

Path parameters

string
required
Unique identifier (UUID) of the home kit order to remove panels from.

Body parameters

string[]
required
Array of panel UUIDs to remove from the home kit order. Must contain at least one item.

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 home kit order.

Error responses