DeleteUser
Source:
src/AWS/IdentityCenter/DeleteUser.ts
Runtime binding for the DeleteUser operation (IAM action
identitystore:DeleteUser), scoped to one Instance.
Deletes a user from the bound instance’s identity store — the deprovisioning half of a user-sync Lambda. The instance’s
IdentityStoreId is injected from the binding. Provide the implementation with
Effect.provide(AWS.IdentityCenter.DeleteUserHttp).
Managing Users
Section titled “Managing Users”// init — bind the operation to the Identity Center instanceconst deleteUser = yield* AWS.IdentityCenter.DeleteUser(instance);
// runtimeyield* deleteUser({ UserId: userId });