The deleteAlert() GraphQL mutation may be used to delete an alert in LogScale.

For more information on alerts, see the Alerts documentation page.

Syntax

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

graphql
deleteAlert(
     input: DeleteAlert!
   ): boolean!

Given Datatypes

For the given datatype, deleteAlert(), there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: DeleteAlert

ParameterTypeRequiredDefaultDescription
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 The unique identifier of the alert.
viewNamestringyes The name of the view for the alert.