FraudDetector / Client / delete_list

delete_list#

FraudDetector.Client.delete_list(**kwargs)#

Deletes the list, provided it is not used in a rule.

When you delete a list, Amazon Fraud Detector permanently deletes that list and the elements in the list.

See also: AWS API Documentation

Request Syntax

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

name (string) –

[REQUIRED]

The name of the list to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions