Skip to content

Delete Detector

frauddetector_delete_detector R Documentation

Deletes the detector

Description

Deletes the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector.

When you delete a detector, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.

Usage

frauddetector_delete_detector(detectorId)

Arguments

detectorId

[required] The ID of the detector to delete.

Value

An empty list.

Request syntax

svc$delete_detector(
  detectorId = "string"
)