QBusiness / Client / delete_conversation

delete_conversation#

QBusiness.Client.delete_conversation(**kwargs)#

Deletes an Amazon Q Business 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 Business application associated with the conversation.

  • conversationId (string) –

    [REQUIRED]

    The identifier of the Amazon Q Business web experience conversation being deleted.

  • userId (string) – The identifier of the user who is deleting the conversation.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions