Delete Threshold Settings

Last Updated on : 2023-06-20 14:54:02download

Delete the threshold settings based on the ID of the IoT SIM card.

API address

DELETE: /v1.0/iot-01/sim/{iccid}/threshold

Request parameter

Parameter name Type IN Required Description
iccid String uri true The ID of a specified IoT SIM card.

Return parameter

Parameter name Type Description
result Boolean Indicates whether the operation is successful. Valid values:
  • true: The threshold settings are deleted successfully.
  • false: Failed to delete the threshold settings.

Request example

DELETE: /v1.0/iot-01/sim/898611212100361****/threshold

Return example

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

Error code

For more information, see error code.