delete_test_threshold
Deletes a test threshold.
Format
emcli delete_test_threshold
      -name=<target_name>
      -type=<target_type>
      -testname=<test_name>
      -testtype=<test_type>
      -metricName=<metric_name>
      -metricColumn=<metric_column>
      [-beaconName=<beacon_name>]
      [-stepName=<step_name>]
      [-stepGroupName=<stepgroup_name>]
[ ]  indicates that the parameter is optionalOptions
- 
                        name Service target name. 
- 
                        type Service target type. 
- 
                        testname Name of the test. 
- 
                        testtype Type of test. 
- 
                        metricName Name of the metric. 
- 
                        metricColumn Name of the column. 
- 
                        beaconName Name of the beacon. 
- 
                        stepName Name of the step. 
- 
                        stepGroupName Name of the step group. 
Example
emcli delete_test_threshold 
      -name="Service Name"
      -type="generic_service"
      -testname="Test Name"
      -testtype="HTTP"
      -metricName="http_response"
      -metricColumn="timing"