# sm.item.removeTrackedItem

Removes a shape uuid from the tracked items.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.item.removeTrackedItem( uuid, type )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.item.md#removetrackeditem)

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `uuid` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | The uuid of the shape. |
| `type` | integer | The [sm.item.trackingType](../Game-Script-Environment/Static-Functions/sm.item.md#trackingtype). |
