> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clinikapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete (FHIR)

> Delete a FHIR R4 resource.

## Delete a FHIR Resource

```bash theme={null}
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.
