Request format: DELETE
URL: http://api.onenet.hk.chinamobile.com/devices/device_id
device_id: to be replaced with device ID
Parameter Name | Format | Description |
---|---|---|
errno | int | Call error code, where 0 means success. |
error | string | Error description. “succ” means the call is successful. |
DELETE http://api.onenet.hk.chinamobile.com/devices/35****92 HTTP/1.1
{
"errno":0,
"error":"succ"
}