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