Taiga
API ReferencePre EncounterPatientsV1

Deactivate patient

Sets a patient as deactivated. The path must contain the most recent version plus 1 to prevent race conditions. Deactivating historic versions is not supported.

DELETE
/patients/v1/{id}/{version}

Authorization

BearerAuth
AuthorizationBearer <token>

Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.

In: header

Path Parameters

id*pre-encounterPatientId

The unique identifier for a Patient

version*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/patients/v1/string/string"
Empty