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!

Given Datatypes

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

Table: IPFilterIdInput

ParameterTypeRequired[a]DefaultDescription
idstringyes Unique identifier of the IP filter.

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