ChimeSDKVoice / Client / delete_voice_profile

delete_voice_profile#

ChimeSDKVoice.Client.delete_voice_profile(**kwargs)#

Deletes a voice profile, including its voice print and enrollment data. WARNING: This action is not reversible.

See also: AWS API Documentation

Request Syntax

response = client.delete_voice_profile(
    VoiceProfileId='string'
)
Parameters:

VoiceProfileId (string) –

[REQUIRED]

The voice profile ID.

Returns:

None

Exceptions