rozod
    Preparing search index...

    Variable postUsersUseridRecoveryCodesClearConst Api Param Description

    postUsersUseridRecoveryCodesClear: EndpointGeneric<
        { userId: number },
        Record<string, never>,
        { password: string },
    > = ...

    POST https://twostepverification.roblox.com/v1/users/:userId/recovery-codes/clear Clears any existing recovery codes for the user. body The Roblox.TwoStepVerification.Api.ClearRecoveryCodesRequest. userId The user ID. Clearing recovery codes voids any recovery codes previously generated for the user. New recovery codes will have to be generated to pass two step verification via recovery code.