API Stability Long-Term

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

For more information on event forwarding 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!

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

Show:
graphql
mutation {
  deleteEventForwardingRule( input: 
       { viewName: "humio", 
         id: "WKoeRcQ0EpuUskKvIJrGSXunEQZ09kU1"}
  )
}
Example Responses
Show:
json
{
  "data": {
    "deleteEventForwardingRule": true
  }
}

Given Datatypes

For deleteEventForwardingRule, there are only two parameters that may be given. They're described below:

Table: DeleteEventForwardingRule

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