Unassign
Was this helpful?
Was this helpful?
Was this helpful?
POST /api/rpm/kits/{id}/unassign HTTP/1.1
Host: platform-api-development.azo.dev
Authorization: Bearer YOUR_SECRET_TOKEN
organization_code: YOUR_API_KEY
Accept: */*
{
"id": "kit_123",
"name": "Blood Test Kit",
"metadata": {
"description": "Kit for collecting blood samples",
"availableDevicesInKit": {
"bgm": true,
"bpm": false,
"weightscale": true,
"spo2": false,
"temperature": false,
"pulse": true
}
},
"createdAt": "text",
"assigned": true,
"assignedTo": "patient_123",
"assignedBy": "user_123",
"assignedAt": "2026-02-07"
}