Expel
Was this helpful?
Was this helpful?
Was this helpful?
POST /api/rpm/patients/expel HTTP/1.1
Host: platform-api-development.azo.dev
Authorization: Bearer YOUR_SECRET_TOKEN
organization_code: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 44
{
"patientIds": [
"patient_123",
"patient_456"
]
}