Get supportRequest a Demo
  • Get Started
    • Welcome
  • Guides
    • Authentication
    • Patient Management
    • Order Management
    • Device Management
    • Webhook Management
  • Webhooks
  • API Reference
  • Resources
    • OpenAPI Spec
    • Mobile SDK
LogoLogo
Get supportRequest a Demo
API ReferenceDevices

Disassociate Device

PATCH
/api/v3/device/disassociate-patient
PATCH
/api/v3/device/disassociate-patient
1curl -X PATCH https://app.impiloplatform.com/api/v3/device/disassociate-patient \
2 -H "Impilo-API-Key: <Impilo-API-Key>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "deviceId": 1,
6 "patientExternalIdentifier": "external-identifier"
7}'
Try it
This endpoint disassociates the device from the patient provided in the Request body. In order to disassociate a device from a patient, all of the following must apply: - The Patient must be associated with the Customer making the request - The Device must be owned by the Customer making the request - The Device must already be associated with the provided Patient - The Device must be associated with a non-Impilo site - The Device must have a current status of "withPatient"
Was this page helpful?
Previous

Enable Readings

Next
Built with
Enable Readings

Authentication

Impilo-API-Keystring
API Key authentication via header

Request

This endpoint expects an object.
deviceIdlongOptional
The ID of the device. Either this value or a Device Identifier are required to identify the Device.
deviceIdentifierstringOptional
The Identifier, such as a Serial Number, of the device. Either this value or a Device Id are required to identify the Device.
patientExternalIdentifierstringOptional
The External Identifier of the patient to have the Device (dis)associated to. Either this value or a Patient Id are required to identify who should be (dis)associated with the device.
patientIdlongOptional
The ID of the patient to have the Device associated to. Either this value or a Patient External Identifier are required to identify who should be (dis)associated with the device.
API Key authentication via header

The ID of the patient to have the Device associated to. Either this value or a Patient External Identifier are required to identify who should be (dis)associated with the device.

This endpoint disassociates the device from the patient provided in the Request body.

In order to disassociate a device from a patient, all of the following must apply:

  • The Patient must be associated with the Customer making the request
  • The Device must be owned by the Customer making the request
  • The Device must already be associated with the provided Patient
  • The Device must be associated with a non-Impilo site
  • The Device must have a current status of “withPatient”

The External Identifier of the patient to have the Device (dis)associated to. Either this value or a Patient Id are required to identify who should be (dis)associated with the device.