Delete draft order
Permanently deletes a draft order and archives its clinical file records for durable retention cleanup. R2 objects remain tracked until the retention worker confirms deletion.
Permanently deletes a draft order and archives its clinical file records for durable retention cleanup. R2 objects remain tracked until the retention worker confirms deletion.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Draft order ID
Response Body
application/json
curl -X DELETE "https://example.com/orders/drafts/550e8400-e29b-41d4-a716-446655440000"{ "success": true}Put order on hold POST
Places an order on hold with a specified hold reason from the lab's configured reasons. Optionally creates file reupload requirements if the hold reason requires it. Only labs can put orders on hold. Sends a notification to the clinic.
Remove a line item from an existing order DELETE
Removes a line item from a draft order. Order items are frozen after submission.