VoiceID / Client / delete_fraudster
delete_fraudster¶
- VoiceID.Client.delete_fraudster(**kwargs)¶
 Deletes the specified fraudster from Voice ID. This action disassociates the fraudster from any watchlists it is a part of.
See also: AWS API Documentation
Request Syntax
response = client.delete_fraudster( DomainId='string', FraudsterId='string' )
- Parameters:
 DomainId (string) –
[REQUIRED]
The identifier of the domain that contains the fraudster.
FraudsterId (string) –
[REQUIRED]
The identifier of the fraudster you want to delete.
- Returns:
 None
Exceptions