QBusiness / Client / delete_conversation
delete_conversation#
- QBusiness.Client.delete_conversation(**kwargs)#
Deletes an Amazon Q web experience conversation.
See also: AWS API Documentation
Request Syntax
response = client.delete_conversation( applicationId='string', conversationId='string', userId='string' )
- Parameters:
applicationId (string) –
[REQUIRED]
The identifier of the Amazon Q application associated with the conversation.
conversationId (string) –
[REQUIRED]
The identifier of the Amazon Q web experience conversation being deleted.
userId (string) –
[REQUIRED]
The identifier of the user who is deleting the conversation.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
QBusiness.Client.exceptions.ResourceNotFoundException
QBusiness.Client.exceptions.InternalServerException
QBusiness.Client.exceptions.LicenseNotFoundException
QBusiness.Client.exceptions.ThrottlingException
QBusiness.Client.exceptions.ValidationException
QBusiness.Client.exceptions.AccessDeniedException