Request format: DELETE
URL: http://api.onenet.hk.chinamobile.com/triggers/trigger_id
trigger_id: to be replaced with the trigger ID
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/triggers/145709 HTTP/1.1
{
"errno":0,
"error":"succ"
}