The unassignIngestToken() GraphQL mutation may be use to disassociate an ingest token with an assigned parser in LogScale.

For more information on ingest tokens, see the Ingest Tokens documentation page.

Syntax

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

unassignIngestToken(
   repositoryName: string!
   tokenName: string!
): UnassignIngestTokenMutation!

Returned Datatypes

The returned datatype UnassignIngestTokenMutation has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: UnassignIngestTokenMutation

ParameterTypeRequired[a]DefaultDescription
repositoryRepositoryyes The repository for the unassigned token mutation (see Repository Table).

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