Delete Alert Config

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

Delete the alert configurations of a specified monitored object.

API address

DELETE: /v1.0/iot-03/si/alarm-config/{id}

Request parameter

Parameter name Type IN Required Description
id Long uri true The ID of a specified alert configuration.

Return parameter

Parameter name Type Description
result Boolean The returned result.

Request example

DELETE: /v1.0/iot-03/si/alarm-config/146550581080852****

Return example

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

Error code

For more information, see error code.