ChimeSDKVoice / Client / delete_proxy_session
delete_proxy_session¶
- ChimeSDKVoice.Client.delete_proxy_session(**kwargs)¶
Deletes the specified proxy session from the specified Amazon Chime SDK Voice Connector.
Warning
End of support notice: On April 7, 2026, AWS will end support for Amazon Chime SDK proxy sessions.
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_proxy_session( VoiceConnectorId='string', ProxySessionId='string' )
- Parameters:
VoiceConnectorId (string) –
[REQUIRED]
The Voice Connector ID.
ProxySessionId (string) –
[REQUIRED]
The proxy session ID.
- Returns:
None
Exceptions