ChimeSDKVoice / Client / delete_voice_connector_termination_credentials

delete_voice_connector_termination_credentials#

ChimeSDKVoice.Client.delete_voice_connector_termination_credentials(**kwargs)#

Deletes the specified SIP credentials used by your equipment to authenticate during call termination.

See also: AWS API Documentation

Request Syntax

response = client.delete_voice_connector_termination_credentials(
    VoiceConnectorId='string',
    Usernames=[
        'string',
    ]
)
Parameters:
  • VoiceConnectorId (string) –

    [REQUIRED]

    The Voice Connector ID.

  • Usernames (list) –

    [REQUIRED]

    The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.

    • (string) –

Returns:

None

Exceptions