Wiki

Clone wiki

Numera.LibrisAPI / telehealth.unpair_device

Home > API Reference Documentation > telehealth.unpair_device

telehealth.unpair_device

You invoke this action to notify the Libris you want it to remove the pairing information for a specific device or all devices.

Input Parameters

PropertyRequiredDescription
imeiyesimei of the Libris you want to notify
device_type_idyesThe id of the medical device to unpair (from telehealth.medical_devices). If you send a 0 for the value the Libris will remove all pairing information.

Output

If successful, you will find a message_sent property set to true on the result object. You then watch the events to see the result of the action.

Possible Status Codes

Status CodeReasonDescription
1000NO_IMEImissing the imei in your request
1000NO_DEVICE_TYPE_IDmissing the the device type id in your request
1001DEVICE_NOT_FOUNDcould not locate the device with the imei you submitted

Updated