FraudDetector / Client / delete_variable

delete_variable#

FraudDetector.Client.delete_variable(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_variable(
    name='string'
)
Parameters:

name (string) –

[REQUIRED]

The name of the variable to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions