Delete Monitoring Metrics

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

Delete the specified product monitoring metrics.

API address

DELETE: /v1.0/iot-03/si/products/monitor-indicator/{indicator_id}

Request parameter

Parameter nameTypeINRequiredDescription
indicator_idStringuritrueThe ID of a specified metric.

Return parameter

Parameter nameTypeDescription
resultBooleanIndicates whether the operation is successful.
  • true: Deleted successfully.
  • false: Failed to delete it.

Request example

DELETE: /v1.0/iot-03/si/products/monitor-indicator/14****

Return example

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

Error code

For more information, see error code.