Delete Threat Entity Set
| guardduty_delete_threat_entity_set | R Documentation |
Deletes the threat entity set that is associated with the specified threatEntitySetId¶
Description¶
Deletes the threat entity set that is associated with the specified
threatEntitySetId.
Usage¶
guardduty_delete_threat_entity_set(DetectorId, ThreatEntitySetId)
Arguments¶
DetectorId |
[required] The unique ID of the detector associated with the threat entity set resource. To find the |
ThreatEntitySetId |
[required] The unique ID that helps GuardDuty identify which threat entity set needs to be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_threat_entity_set(
DetectorId = "string",
ThreatEntitySetId = "string"
)