Skip to content

DisassociateQAppFromUser

Source: src/AWS/QApps/DisassociateQAppFromUser.ts

Runtime binding for qapps:DisassociateQAppFromUser.

Removes the bound Q App from the calling identity’s inventory of favorited apps. Provide the implementation with Effect.provide(AWS.QApps.DisassociateQAppFromUserHttp).

// init — bind the operation to the Q App
const disassociateQAppFromUser = yield* AWS.QApps.DisassociateQAppFromUser(app);
// runtime
yield* disassociateQAppFromUser();