Skip to content

Delete Filter

inspector2_delete_filter R Documentation

Deletes a filter resource

Description

Deletes a filter resource.

Usage

inspector2_delete_filter(arn)

Arguments

arn

[required] The Amazon Resource Number (ARN) of the filter to be deleted.

Value

A list with the following syntax:

list(
  arn = "string"
)

Request syntax

svc$delete_filter(
  arn = "string"
)