guardduty_delete_threat_intel_set: Deletes ThreatIntelSet specified by the ThreatIntelSet ID
Description
Deletes ThreatIntelSet specified by the ThreatIntelSet ID.
Usage
guardduty_delete_threat_intel_set(DetectorId, ThreatIntelSetId)
Arguments
DetectorId
[required] The unique ID of the detector the threatIntelSet is associated with.
ThreatIntelSetId
[required] The unique ID of the threatIntelSet you want to delete.
Request syntax
svc$delete_threat_intel_set(
DetectorId = "string",
ThreatIntelSetId = "string"
)