QBusiness

2025/02/27 - QBusiness - 1 new api methods

Changes  This release supports deleting attachments from conversations.

DeleteAttachment (new) Link ΒΆ

Deletes an attachment associated with a specific Amazon Q Business conversation.

See also: AWS API Documentation

Request Syntax

client.delete_attachment(
    applicationId='string',
    conversationId='string',
    attachmentId='string',
    userId='string'
)
type applicationId:

string

param applicationId:

[REQUIRED]

The unique identifier for the Amazon Q Business application environment.

type conversationId:

string

param conversationId:

[REQUIRED]

The unique identifier of the conversation.

type attachmentId:

string

param attachmentId:

[REQUIRED]

The unique identifier for the attachment.

type userId:

string

param userId:

The unique identifier of the user involved in the conversation.

rtype:

dict

returns:

Response Syntax

{}

Response Structure

  • (dict) --