The deleteEventForwardingRule() GraphQL mutation may be used to delete an event forwarding rule on a repository in LogScale.

For more information on event forwardering rules, see the Event Forwarding Rules documentation page. You may also want to look at the Event Forwarding and the Events page for related information.

Syntax

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

graphql
deleteEventForwardingRule(
     input: DeleteEventForwardingRule!
   ): boolean!

Given Datatypes

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

Table: DeleteEventForwardingRule

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 event forwarding rule.
repoNamestringyes The name of the repository associated with the event forwarding rule.