Skip to content

Delete Variable

frauddetector_delete_variable R Documentation

Deletes a variable

Description

Deletes a variable.

You can't delete variables that are included in an event type in Amazon Fraud Detector.

Amazon Fraud Detector automatically deletes model output variables and SageMaker model output variables when you delete the model. You can't delete these variables manually.

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

Usage

frauddetector_delete_variable(name)

Arguments

name

[required] The name of the variable to delete.

Value

An empty list.

Request syntax

svc$delete_variable(
  name = "string"
)