Clears or cancels the trigger identified by the specified handle. The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
Input Parameter Description
Name | Type | Description |
---|---|---|
trigger_id | string | ID for the trigger to be deactivated. |
options | map of string to strings | Optional parameters. The default value is an empty map ( {} ). |
Output Parameter Description
Name | Type | Description |
---|---|---|
trigger_id | string | Value of input parameter trigger_id. |
info | map of string to strings | Additional information. |