The deleteScheduledSearch() GraphQL mutation may be used to delete a scheduled search in LogScale.

For more information on scheduled searches, see the Scheduled Searches documentation page. Also, look at the Searching Data documentation page as it relates to saving queries.

Syntax

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

graphql
deleteScheduledSearch(
     input: DeleteScheduledSearch!
   ): boolean!

Given Datatypes

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

Table: DeleteScheduledSearch

ParameterTypeRequired[a]DefaultDescription
viewNamestringyes The name of the scheduled search.
idstringyes Unique identifier of the scheduled search.

[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.