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 a list

Focus mode
Delete a list - Amazon Fraud Detector

You can delete a list that isn't used in any rule. When you delete a list, Amazon Fraud Detector permanently deletes that list and all entries in the list.

You can delete a list in the Amazon Fraud Detector console, using the API, using the AWS CLI or the AWS SDK.

Delete list using the Amazon Fraud Detector console

To delete a list
  1. Open the AWS Management Console and sign in to your account. Navigate to Amazon Fraud Detector.

  2. In the left navigation pane, choose Lists

  3. In the Lists page, select the list you want to delete.

  4. In your list details page, choose Actions and select Delete list.

  5. Choose Delete list.

Delete list using the AWS SDK for Python (Boto3)

The following example uses the DeleteList API operation to delete allow_email_ids.

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