Skip to main content

Package: react-wallet-kit

Defined in: react-wallet-kit/src/providers/client/Types.tsx:701

Overview

Handles the removal of a user’s email address from their Turnkey account.
  • Opens a modal with the RemoveUserEmail component, allowing the user to confirm and remove their email address.
  • Supports optional overrides for userId, organizationId, and stamper type.
  • Returns the user ID associated with the removed email.

Parameters

params
HandleRemoveUserEmailParams

Response

A successful response returns the following fields:
returns
string
required
A promise that resolves to the user ID associated with the removed email.