Clinia
API ReferenceREST API

Delete patient

DELETE
/v1/patients/{patientId}

Removes a patient and all associated entities, events, and relationships from the registry. Irreversible.

Path Parameters

patientId*string

Registry key of the patient, as assigned by the caller when the first ingest was submitted.

Match^[A-Za-z0-9._-]{1,128}$

Response Body

application/json

curl -X DELETE "https://example.com/v1/patients/patient-123"
Empty
{
  "code": 1,
  "type": "ALREADY_EXISTS",
  "message": "string"
}