API Stability Long-Term

The deleteIPFilter() GraphQL mutation may be used to delete an IP filter in LogScale.

For more information on IP filters, see the IP Filter reference page in the language syntax section.

Syntax

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

graphql
deleteIPFilter(
      input: IPFilterIdInput!
   ): boolean!

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

Show:
graphql
mutation {
  deleteIPFilter(input: { id: "Qh1jpLGO2jfN0uSvla53FlyPlO1gqtVb" } )
}
Example Responses
Show:
json
{
  "data": {
    "deleteIPFilter": true
  }
}

Given Datatypes

For IPFilterIdInput, there is only one parameter that may be given. It's described briefly below:

Table: IPFilterIdInput

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-TermThe unique identifier of the IP filter.