Request format: DELETE
URL: http(s)://api.heclouds.com/triggers/{trigger_id}
Note: trigger_id is trigger ID.
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/triggers/12***1 HTTP/1.1
api-key: WhI*************v1c=
Content-Type: application/json
{
"errno": 0,
"error": "succ"
}