Skip to main content
Use this endpoint to permanently delete a lab report. The FHIR DiagnosticReport resource is removed from AWS HealthLake and cannot be recovered. Note that linked Observation resources referenced in resultIds are not automatically deleted — you must delete them separately if needed.

Request

id
string
required
The lab report ID to delete (path parameter).
curl -X DELETE https://api.clinikapi.com/v1/labs/lab_abc123 \
  -H "x-api-key: clk_live_your_key"

Response

Returns 204 No Content on success. No response body is returned.
Example response
// 204 No Content — no response body