ChimeSDKVoice / Client / delete_voice_profile_domain
delete_voice_profile_domain#
- ChimeSDKVoice.Client.delete_voice_profile_domain(**kwargs)#
- Deletes all voice profiles in the domain. WARNING: This action is not reversible. - See also: AWS API Documentation - Request Syntax- response = client.delete_voice_profile_domain( VoiceProfileDomainId='string' ) - Parameters:
- VoiceProfileDomainId (string) – - [REQUIRED] - The voice profile domain ID. 
- Returns:
- None 
 - Exceptions- ChimeSDKVoice.Client.exceptions.UnauthorizedClientException
- ChimeSDKVoice.Client.exceptions.NotFoundException
- ChimeSDKVoice.Client.exceptions.ForbiddenException
- ChimeSDKVoice.Client.exceptions.AccessDeniedException
- ChimeSDKVoice.Client.exceptions.BadRequestException
- ChimeSDKVoice.Client.exceptions.ConflictException
- ChimeSDKVoice.Client.exceptions.ThrottledClientException
- ChimeSDKVoice.Client.exceptions.ServiceUnavailableException
- ChimeSDKVoice.Client.exceptions.ServiceFailureException