API Stability Long-Term

The deleteFdrFeed() GraphQL mutation may be used to delete an FDR feed.

Syntax

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

graphql
deleteFdrFeed(
      input: DeleteFdrFeed!
   ): boolean!

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

Show:
graphql
mutation {
  deleteFdrFeed( input: {
         repositoryName: "humio",
         id: "fdr123"
  } )
}
Example Responses
Show:
json
{
  "data": {
    "deleteFdrFeed": true
  }
}

Given Datatypes

For DeleteFdrFeed, there are two parameters. Below are descriptions of them:

Table: DeleteFdrFeed

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  The unique identifier of the FDR feed.
repositoryNamestringyes  The name of the repository of the FDR feed.