Delist a game
delist_gameRetire a live game from public view: its page returns 404, drops from search and sitemap, while preserving the record, votes, and comments.
Instructions
Retires a game from the public site. Its page 404s for everyone else, it leaves search and the sitemap, and you keep the record along with its votes and comments. Use this rather than delete_game for anything that has been live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | The game, by slug (e.g. "orbital-drift") or by id (uuid). |