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

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

Syntax

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

graphql
deleteIngestFeed(
      input: DeleteIngestFeed!
    ): boolean!

Given Datatypes

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

Table: DeleteIngestFeed

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

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