Skip to content

Delete Filter

guardduty_delete_filter R Documentation

Deletes the filter specified by the filter name

Description

Deletes the filter specified by the filter name.

Usage

guardduty_delete_filter(DetectorId, FilterName)

Arguments

DetectorId

[required] The unique ID of the detector that the filter is associated with.

FilterName

[required] The name of the filter that you want to delete.

Value

An empty list.

Request syntax

svc$delete_filter(
  DetectorId = "string",
  FilterName = "string"
)