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.ResourceNotFoundExceptionQBusiness.Client.exceptions.InternalServerExceptionQBusiness.Client.exceptions.LicenseNotFoundExceptionQBusiness.Client.exceptions.ThrottlingExceptionQBusiness.Client.exceptions.ValidationExceptionQBusiness.Client.exceptions.AccessDeniedException