VoiceID / Client / delete_speaker

delete_speaker#

VoiceID.Client.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'
)
Parameters:
  • DomainId (string) –

    [REQUIRED]

    The identifier of the domain that contains the speaker.

  • SpeakerId (string) –

    [REQUIRED]

    The identifier of the speaker you want to delete.

Returns:

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