Delete Monitored Object

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

Delete a specified monitored object based on the ID of the monitored object.

API address

DELETE: /v1.0/iot-03/si/monitor-object/{monitor_object_id}

Request parameter

Parameter nameTypeINRequiredDescription
monitor_object_idStringuritrueThe ID of a specified monitored object.

Return parameter

Parameter nameTypeDescription
resultBooleanIndicates whether the operation is successful.
  • true: Operation succeeded.
  • false: Operation failed.

Request example

DELETE: /v1.0/iot-03/si/monitor-object/192***

Return example

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

Error code

For more information, see error code.