trigger.delete

The trigger.delete command is used to delete a trigger.

TR50 Request


                        {
  "cmd": {
    "command": "trigger.delete",
    "params": {
      "id": "53728d6b31004662fe000052"
    }
  }
}
      

Request Parameters

Name

Type

Required

Description

id

String

Yes

The unique identifier of the trigger to delete.

TR50 Response

If the command is sent successfully a success message is returned. Otherwise, an error and error message will be returned.


                        {
  "cmd": {
    "success": true
  }
}