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).
Conversations
Section titled “Conversations”const deleteConversation = yield* AWS.QBusiness.DeleteConversation(app);
yield* deleteConversation({ conversationId });