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