Delete a thumbnail from Roblox
delete_thumbnailPermanently delete a Roblox game thumbnail and its analytics history. Use only when the image must not exist on the game; for live-set removal, use set_active_thumbnails instead.
Instructions
Permanently remove a thumbnail from a Roblox game. This is not the same as taking it out of the live set — set_active_thumbnails with mode "remove" does that and keeps the image, which is almost always what is wanted. Roblox has no undo for a delete, and the analytics history for that asset goes with it. Only reach for this when the image should not exist on the game at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Asset id or thumbnail id from get_thumbnails. | |
| game | Yes | Game name or universe id. |