Variable postRevertAccountConst

postRevertAccount: EndpointGeneric<{}, {
    accountBlob: string;
    identityVerificationLoginTicket: string;
    isBanned: boolean;
    twoStepVerificationData: {
        mediaType:
            | 0
            | 1
            | 2
            | 3
            | 4
            | 5;
        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/v1/revert/account

Submit Revert Account Request

The Roblox.Authentication.Api.Models.RevertAccountSubmitRequest containing the necessary information to revert account.