Learn R Programming

paws.security.identity (version 0.1.12)

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)

Value

An empty list.

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"
)