Connect / Client / delete_session
delete_session¶
- Connect.Client.delete_session(**kwargs)¶
Deletes a session for the specified Connect Customer instance.
See also: AWS API Documentation
Request Syntax
response = client.delete_session( InstanceId='string', SessionId='string' )
- Parameters:
InstanceId (string) –
[REQUIRED]
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
SessionId (string) –
[REQUIRED]
The identifier of the session to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions