docs/classes/management.SDK.AuthenticatorsClient.html
new AuthenticatorsClient(options: BaseClientOptions): AuthenticatorsClient
deleteAll(
id: string,
requestOptions?: AuthenticatorsClient.RequestOptions,
): HttpResponsePromise<void>
Remove all authenticators registered to a given user ID, such as OTP, email, phone, and push-notification. This action cannot be undone. For more information, review Manage Authentication Methods with Management API.
ID of the user to delete.
OptionalrequestOptions: AuthenticatorsClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.users.authenticators.deleteAll("id")Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods deleteAll Properties _options