ChimeSDKVoice / Client / delete_voice_connector_origination
delete_voice_connector_origination#
- ChimeSDKVoice.Client.delete_voice_connector_origination(**kwargs)#
Deletes the origination settings for the specified Amazon Chime SDK Voice Connector.
Note
If emergency calling is configured for the Voice Connector, it must be deleted prior to deleting the origination settings.
See also: AWS API Documentation
Request Syntax
response = client.delete_voice_connector_origination( VoiceConnectorId='string' )
- Parameters:
VoiceConnectorId (string) –
[REQUIRED]
The Voice Connector ID.
- Returns:
None
Exceptions
ChimeSDKVoice.Client.exceptions.UnauthorizedClientException
ChimeSDKVoice.Client.exceptions.NotFoundException
ChimeSDKVoice.Client.exceptions.ForbiddenException
ChimeSDKVoice.Client.exceptions.BadRequestException
ChimeSDKVoice.Client.exceptions.ThrottledClientException
ChimeSDKVoice.Client.exceptions.ServiceUnavailableException
ChimeSDKVoice.Client.exceptions.ServiceFailureException