rozod
    Preparing search index...

    Variable postRevertAccountConst Api Param

    postRevertAccount: EndpointGeneric<
        {},
        {
            accountBlob: string;
            identityVerificationLoginTicket: string;
            isBanned: boolean;
            passkeyRegistrationSucceeded: boolean;
            recoveryEmail: string;
            shouldAutoLoginFromRecovery: boolean;
            shouldPrompt2svRemoval: boolean;
            shouldPromptPasskeyAddition: boolean;
            shouldUpdateEmail: boolean;
            twoStepVerificationData: {
                mediaType: | "Email"
                | "SMS"
                | "Authenticator"
                | "RecoveryCode"
                | "SecurityKey"
                | "CrossDevice"
                | "Password"
                | "Passkey";
                ticket: string;
            };
            user: { displayName: string; id: number; name: string };
        },
        {
            NewPassword: string;
            NewPasswordRepeated: string;
            Ticket: string;
            TwoStepVerificationChallengeId: string;
            TwoStepVerificationToken: string;
            UserId: number;
        },
    > = ...

    POST https://auth.roblox.com/v2/revert/account Submit Revert Account Request body The Roblox.Authentication.Api.Models.RevertAccountSubmitRequest containing the necessary information to revert account.