DeleteUser
Source:
src/AWS/QBusiness/DeleteUser.ts
Runtime binding for the DeleteUser operation (IAM action
qbusiness:DeleteUser), scoped to one Application.
Deletes a user from the application user store.
Provide the implementation with
Effect.provide(AWS.QBusiness.DeleteUserHttp).
User Management
Section titled “User Management”const deleteUser = yield* AWS.QBusiness.DeleteUser(app);
yield* deleteUser({ userId: "user@example.com" });