---
title: "Enqueues an event to flush the auto scraped entries which doesn't have translations."
method: POST
path: "/v1/auto-localization-table/games/{gameId}/auto-scrape-cleanup-request"
tags: ["Localization", "Universes"]
---

# Enqueues an event to flush the auto scraped entries which doesn't have translations.

`POST /v1/auto-localization-table/games/{gameId}/auto-scrape-cleanup-request`

## Path parameters

- `gameId` integer, required

## Request body

- RobloxLocalizationTablesApiRaiseEventForAutoScrapedEntriesCleanupRequest
  - `maxAgeForFlush` string — The time range to remove entries from. Following ISO 8601 Durations format

## Response `200`

OK

- object

## Other responses

- `400` — 14: Invalid game id 31: You do not have permission to flush auto scraped entries asset for this game. 32: LocalizationTable is not available for the game. 34: Actor provided is invalid
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed
- `429` — 33: Too many attempts to flush the game.Please try again later.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
