Skip to main content

deleteMetricThresholds

Delete metric thresholds for an environment.

deleteMetricThresholds(
input: DeleteMetricThresholdsInput
): DeleteMetricThresholdsPayload

Example

mutation ($input: DeleteMetricThresholdsInput) {
deleteMetricThresholds(input: $input) {
success
}
}

Arguments

deleteMetricThresholds.input ● DeleteMetricThresholdsInput input common

The environment, metric, and event type to delete.

Type

DeleteMetricThresholdsPayload object common

The result of deleting metric thresholds.