Skip to main content
DELETE
/
patients
/
{patientId}
Delete a patient
curl --request DELETE \
  --url https://api.healos.ai/ext-api/v1/patients/{patientId}
{
  "success": true
}

Path Parameters

patientId
string
required

Patient ID

Example:

"1743552000000"

Response

Patient deleted

success
boolean
required