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.ResourceNotFoundException
VoiceID.Client.exceptions.ValidationException
VoiceID.Client.exceptions.ConflictException
VoiceID.Client.exceptions.InternalServerException
VoiceID.Client.exceptions.ThrottlingException
VoiceID.Client.exceptions.AccessDeniedException