> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rolearn.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Untrack Game

> Remove a game from your tracked games list

<ParamField path="universe_id" type="integer" required>
  The Roblox Universe ID of the game to untrack
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl -X DELETE https://rolearn.dev/api/track/2753915549 \
    -H "Authorization: Bearer YOUR_TOKEN"
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
    "status": "untracked",
    "universe_id": 2753915549
  }
  ```
</ResponseExample>
