Remove component from order
Removes a component from an order. Only labs can remove components from their orders. The component ID is passed as a query parameter.
Removes a component from an order. Only labs can remove components from their orders. The component ID is passed as a query parameter.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Order ID
Query Parameters
Component ID to remove
Response Body
application/json
curl -X DELETE "https://example.com/orders/550e8400-e29b-41d4-a716-446655440000/components?componentId=7c9e6679-7425-40de-944b-e07fc1f90ae7"{ "message": "string"}List orders GET
Returns a paginated list of orders for the authenticated user's organization. Supports filtering by status, date range, search, and other criteria. Labs see orders where they are the lab; clinics see orders where they are the clinic.
Remove tag from order DELETE
Removes a tag from an order. The tag ID is passed as a query parameter. Accessible by both labs and clinics with access to the order.