Delete Detector
guardduty_delete_detector | R Documentation |
Deletes an Amazon GuardDuty detector that is specified by the detector ID¶
Description¶
Deletes an Amazon GuardDuty detector that is specified by the detector ID.
Usage¶
guardduty_delete_detector(DetectorId)
Arguments¶
DetectorId |
[required] The unique ID of the detector that you want to delete. To find the |
Value¶
An empty list.
Request syntax¶
svc$delete_detector(
DetectorId = "string"
)