Request format: PUT
URL: http(s)://api.heclouds.com/nbiot/offline/cancel/{uuid}
Note: uuid is cache command ID.
I only want to see examples!!!
Parameter Name | Format | Required? | Description |
---|---|---|---|
imei | string | Yes | nbiot device identity code |
Name | Format | Description |
---|---|---|
errno | int | Call error code, where 0 means success. |
error | string | Error description, where "succ" means success. |
It can be cancelled only when the command is in “wait” state, namely, the valid_time of the command is not expired.
PUT http://api.heclouds.com/nbiot/offline/cancel/10018?imei=86582003*** HTTP/1.1
api-key: WhI*************v1c=
{
"errno": 0,
"error": "succ"
}