Skip to content

DeleteChatControlsConfiguration

Source: src/AWS/QBusiness/DeleteChatControlsConfiguration.ts

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

Deletes the application’s chat controls configuration. Provide the implementation with Effect.provide(AWS.QBusiness.DeleteChatControlsConfigurationHttp).

const deleteControls =
yield* AWS.QBusiness.DeleteChatControlsConfiguration(app);
yield* deleteControls();