Skip to content

DeleteConversation

Source: src/AWS/QBusiness/DeleteConversation.ts

Runtime binding for the DeleteConversation operation (IAM action qbusiness:DeleteConversation), scoped to one Application.

Deletes a chat conversation and its messages. Provide the implementation with Effect.provide(AWS.QBusiness.DeleteConversationHttp).

const deleteConversation = yield* AWS.QBusiness.DeleteConversation(app);
yield* deleteConversation({ conversationId });