Patient
Delete Patient
Removes the specified Patient.
DELETE
/
medical
/
v1
/
patient
/
{id}
Query Params
facilityId
string
The ID of the Facility where the patient is receiving care.
Path Params
id
string
requiredThe ID of the Patient to delete.
Response
204
- no content, upon successful delete.