Skip to main content

Delete a FHIR Resource

curl -X DELETE https://api.clinikapi.com/v1/fhir/Observation/obs_xyz789 \
  -H "x-api-key: clk_live_abc123"
Returns 204 No Content on success. Ownership is verified — you can only delete resources belonging to your tenant.