Request format: DELETE
URL: http(s)://api.heclouds.com/devices/device_id
Note: device_id value needs to be replaced by device ID.
I only want to see examples!!!
Parameter Name | Format | Description |
---|---|---|
errno | int | Call error code, where 0 means success. |
error | string | Error description, where "succ" means success. |
DELETE http://api.heclouds.com/devices/35****92 HTTP/1.1
api-key: WhI*************v1c= //Must be MasterKey, because it involves personal privacy, use "*******" instead
{
"errno": 0,
"error": "succ"
} //In the response message, errno represents the error code, and error represents the cause of the error.