API Stability Long-Term

The deleteIngestFeed() GraphQL mutation is used to delete an ingest feed.

For more information on user groups, see the Manage Groups documentation page.

Syntax

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

graphql
deleteIngestFeed(
      input: DeleteIngestFeed!
    ): boolean!

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

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

Given Datatypes

For deleteIngestFeed(), there are two parameters that may be given. They're described in the table here:

Table: DeleteIngestFeed

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-TermUnique identifier of the ingest feed.
repositoryNameRepoOrViewNameyes Long-TermName of the repository of the ingest feed. RepoOrViewName is a scalar.