Faroe

Faroe.deleteUserTOTPCredential()

Mapped to DELETE /users/[user_id]/totp-credential.

Deletes a user's TOTP credential. Deleting a non-existent credential will not result in an error.

Definition

async function deleteUserTOTPCredential(
    userId: string
): Promise<void>

Parameters

  • userId

Error codes

  • UNKNOWN_ERROR