The deleteAction() GraphQL mutation may be used to delete an action in LogScale.

For more information on creating an action, see the Actions documentation page.

Syntax

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

deleteAction(input: DeleteAction!): boolean!

Given Datatypes

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

Table: DeleteAction

ParameterTypeRequired[a]DefaultDescription
viewNamestringyes Name of the view of the action.
idstringyes Unique identifier of the action.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.