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!

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

ParameterTypeRequiredDefaultDescription
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 Unique identifier of the ingest feed.
repositoryNameRepoOrViewNameyes Name of the repository of the ingest feed. RepoOrViewName is a scalar.