API Stability Long-Term

The deleteAggregateAlert() GraphQL mutation is used to delete an aggregate alert.

For more information on aggregate alerts, see the Aggregate alerts documentation page.

Syntax

Below is the syntax for the deleteAggregateAlert() mutation field:

graphql
deleteAggregateAlert(
      input: DeleteAggregateAlert!
   ): boolean!

Below is an example of how this mutation field might be used:

Show:
graphql
mutation {
  deleteAggregateAlert(input:
         {viewName: "humio", 
         id: "LHyIpmjXf6ZaGkt8oaTkVKQwAGsMXLBO" } )
}
Example Responses
Show:
json
{
  "data": {
    "deleteAggregateAlert": true
  }
}

Given Datatypes

For DeleteAggregateAlert, there are a couple of parameters that may be given. Below is description of each:

Table: DeleteAggregateAlert

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 18, 2024
idstringyes Long-TermThe unique identifier of the aggregate alert.
viewNameRepoOrViewNameyes Long-TermThe name of the view of the aggregate alert. RepoOrViewName is a scalar.