# GuiInterface.untrackQuest

Removes a quest from the quest tracker

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
guiInterface:untrackQuest( questName )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/GuiInterface.md#untrackquest)

**Availability:** Client only

/

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `gui` | [GuiInterface](../Game-Script-Environment/Userdata/GuiInterface.md) | The QuestGui interface |
| `questName` | string | The name of quest |
