removePasskey

Removes a passkey authenticator from the user’s account.

Import

1import { BaseSignerClient } from "@account-kit/signer";

Parameters

authenticatorId

string The ID of the authenticator to remove.

Returns

Promise<void> A promise that resolves when the authenticator is removed.