Learn R Programming

paws.security.identity (version 0.1.12)

guardduty_delete_detector: 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)

Value

An empty list.

Arguments

DetectorId

[required] The unique ID of the detector that you want to delete.

Request syntax

svc$delete_detector(
  DetectorId = "string"
)