VoiceID.Client.delete_fraudster(**kwargs)¶Deletes the specified fraudster from Voice ID.
See also: AWS API Documentation
Request Syntax
response = client.delete_fraudster(
DomainId='string',
FraudsterId='string'
)
[REQUIRED]
The identifier of the domain containing the fraudster.
[REQUIRED]
The identifier of the fraudster you want to delete.
None
Exceptions
VoiceID.Client.exceptions.ResourceNotFoundExceptionVoiceID.Client.exceptions.ValidationExceptionVoiceID.Client.exceptions.ConflictExceptionVoiceID.Client.exceptions.InternalServerExceptionVoiceID.Client.exceptions.ThrottlingExceptionVoiceID.Client.exceptions.AccessDeniedException