Skip to content

Delete Model

frauddetector_delete_model R Documentation

Deletes a model

Description

Deletes a model.

You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version.

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

Usage

frauddetector_delete_model(modelId, modelType)

Arguments

modelId

[required] The model ID of the model to delete.

modelType

[required] The model type of the model to delete.

Value

An empty list.

Request syntax

svc$delete_model(
  modelId = "string",
  modelType = "ONLINE_FRAUD_INSIGHTS"|"TRANSACTION_FRAUD_INSIGHTS"|"ACCOUNT_TAKEOVER_INSIGHTS"
)