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

# DELETE /api/patients/{id}

> Soft delete a patient

```text theme={"system"}

DELETE /api/patients/{patientId}

```

Soft delete. PHI is tombstoned but retained in the audit log per HIPAA 6-year retention.

## FHIR adapter

```text theme={"system"}

GET  /api/patients/{patientId}/fhir
POST /api/patients/{patientId}/ehr-sync

```
