API Stability Long-Term

The deleteToken() GraphQL mutation may be used to delete a 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 deleteToken() mutation field:

graphql
deleteToken(
      input: InputData!
   ): boolean!

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

Show:
graphql
mutation {
  deleteToken(input:
         {id: "odL25fMzpqOo03EpUzUiJUYdca47hXCQ" } )
}
Example Responses
Show:
json
{
  "data": {
    "deleteToken": true
  }
}

Given Datatypes

For InputData, there's only one parameter. It's described below:

Table: InputData

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