delete_speaker(**kwargs)¶Deletes the specified speaker from Voice ID.
See also: AWS API Documentation
Request Syntax
response = client.delete_speaker(
DomainId='string',
SpeakerId='string'
)
[REQUIRED]
The identifier of the domain containing the speaker.
[REQUIRED]
The identifier of the speaker 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