Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Delete an outcome

Focus mode
Delete an outcome - Amazon Fraud Detector

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.

You can delete an outcome in the Amazon Fraud Detector console, using the delete-outcome command, using the DeleteOutcome API, or using the AWS SDK for Python (Boto3)

Delete an outcome in the Amazon Fraud Detector console

To delete an outcome
  1. Sign in to the AWS Management Console and open the Amazon Fraud Detector console at https://console.aws.amazon.com/frauddetector.

  2. In the left navigation pane of the Amazon Fraud Detector console, choose Resources, and then choose Outcomes.

  3. Choose the outcome that you want to delete.

  4. Choose Actions, and then choose Delete.

  5. Enter the outcome name, and then choose Delete outcome.

Delete an outcome using the AWS SDK for Python (Boto3)

The following example uses the DeleteOutcome API to delete the verify_customer outcome. After the outcome is deleted, you can no longer assign it to a rule.

import boto3 fraudDetector = boto3.client('frauddetector') fraudDetector.delete_outcome( name = 'verify_customer' )
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.