GuardDuty / Client / delete_filter
delete_filter#
- GuardDuty.Client.delete_filter(**kwargs)#
Deletes the filter specified by the filter name.
See also: AWS API Documentation
Request Syntax
response = client.delete_filter( DetectorId='string', FilterName='string' )
- Parameters:
DetectorId (string) –
[REQUIRED]
The unique ID of the detector that is associated with the filter.
To find the
detectorId
in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.FilterName (string) –
[REQUIRED]
The name of the filter that you want to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions