Remove Devices Bound with Monitor

Last Updated on : 2023-06-21 07:13:08download

Remove multiple devices bound with a monitor based on the monitor ID and device ID.

API address

POST: /v1.0/iot-03/statistical-indicators/monitors/{monitor_id}/devices-remove

Request parameter

Parameter name Type IN Required Description
monitor_id String uri true The monitor ID.

Return parameter

Parameter name Type Description
result Boolean The operation result.

Request example

POST: /v1.0/iot-03/statistical-indicators/monitors/1234556/devices-remove

Return example

{ "result": true, "t": 1624525873263, "success": true }

Error code

For more information, see error code.