guardduty_delete_filter: 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 that specifies the detector where you want to delete a filter.
FilterName
[required] The name of the filter.
Request syntax
svc$delete_filter(
DetectorId = "string",
FilterName = "string"
)