guardduty_delete_ip_set: Deletes the IPSet specified by the IPSet ID
Description
Deletes the IPSet specified by the IPSet ID.
Usage
guardduty_delete_ip_set(DetectorId, IpSetId)
Arguments
DetectorId
[required] The detectorID that specifies the GuardDuty service whose IPSet you want to delete.
IpSetId
[required] The unique ID that specifies the IPSet that you want to delete.
Request syntax
svc$delete_ip_set(
DetectorId = "string",
IpSetId = "string"
)