The deleteQueryOnlyAccessToken() GraphQL mutation may be used to delete a query-only access token in LogScale.

For more information on access tokens of various types, see the Ingest Tokens documentation page.

Syntax

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

graphql
deleteParser(
      input: DeleteParserInput!
   ): BooleanResultType!

Given & Returned Datatypes

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

Table: DeleteParserInput

ParameterTypeRequired[a]DefaultDescription
idstringyes Unique identifier of the ingest feed.
repositoryNameRepoOrViewNameyes Name of the repository of the ingest feed. This is a scalar.

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


As for the returned datatype, BooleanResultType, there is only one parameters: result, which it has a datatype of boolean.