The action identifier is newrelic.alerts.deleteMutingRule.
Deletes an existing muting rule.
The following table describes all available input fields for this action.
Input | Type | Description | Example |
|---|---|---|---|
accountId | Int | Required. The New Relic account that owns the muting rule. |
|
id | String | Required. The ID of the muting rule to delete. |
|
selectors | List | Optional. JQ selectors to extract values from the response. | |
The following table describes all output fields returned by this action.
Output | Type | Description |
|---|---|---|
success | Boolean |
|
errorMessage | String | Error message on failure. |
data | Map | NerdGraph response containing the deleted muting rule's ID. |
The following example deletes a muting rule that is no longer needed.
Workflow example |
|---|
|