Request format: DELETE
URL: http://api.onenet.hk.chinamobile.com/devices/device_id/datastreams/datastream_id
device_id: to be replaced with device ID
datastream_id: to be replaced with data stream ID
Name | Format | Required or not | Description |
---|---|---|---|
api- key | string | Yes | masterkey or apikey with the permission for access to the device |
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/20474930/datastreams/temperature HTTP/1.1
{
"errno":0,
"error":"succ"
}