rozod
    Preparing search index...

    Variable postUsersUseridConfigurationSmsDisableConst Api Param

    postUsersUseridConfigurationSmsDisable: EndpointGeneric<
        { userId: number },
        Record<string, never>,
        { password: string; reauthenticationToken: string },
    > = ...

    POST https://twostepverification.roblox.com/v1/users/:userId/configuration/sms/disable Disables two step verification via SMS for the specified user. body The request body.Roblox.TwoStepVerification.Api.DisableTwoStepVerificationRequest. userId The user ID.