Skip to content

Delete Outcome

frauddetector_delete_outcome R Documentation

Deletes an outcome

Description

Deletes an outcome.

You cannot delete an outcome that is used in a rule version.

When you delete an outcome, Amazon Fraud Detector permanently deletes that outcome and the data is no longer stored in Amazon Fraud Detector.

Usage

frauddetector_delete_outcome(name)

Arguments

name

[required] The name of the outcome to delete.

Value

An empty list.

Request syntax

svc$delete_outcome(
  name = "string"
)