Chime / Client / delete_voice_connector_termination_credentials
delete_voice_connector_termination_credentials#
- Chime.Client.delete_voice_connector_termination_credentials(**kwargs)#
- Deletes the specified SIP credentials used by your equipment to authenticate during call termination. - Warning- This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. - Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. - Danger- This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity. - See also: AWS API Documentation - Request Syntax- response = client.delete_voice_connector_termination_credentials( VoiceConnectorId='string', Usernames=[ 'string', ] ) - Parameters:
- VoiceConnectorId (string) – - [REQUIRED] - The Amazon Chime Voice Connector ID. 
- Usernames (list) – - [REQUIRED] - The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format. - (string) – 
 
 
- Returns:
- None 
 - Exceptions- Chime.Client.exceptions.UnauthorizedClientException
- Chime.Client.exceptions.NotFoundException
- Chime.Client.exceptions.ForbiddenException
- Chime.Client.exceptions.BadRequestException
- Chime.Client.exceptions.ThrottledClientException
- Chime.Client.exceptions.ServiceUnavailableException
- Chime.Client.exceptions.ServiceFailureException