> For the complete documentation index, see [llms.txt](https://laot7490.gitbook.io/ltbridge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laot7490.gitbook.io/ltbridge/game-systems/target/remove-global-ped.md).

# RemoveGlobalPed

Remove global ped target options. Omit `options` to remove all global ped options, or pass specific entries to remove only those.

{% hint style="info" %}
**Side:** Client · **Category:** Target · **API:** `LT.Target.RemoveGlobalPed`
{% endhint %}

## Example

```lua
-- Remove all global ped options
LT.Target.RemoveGlobalPed()

-- Remove specific options only
LT.Target.RemoveGlobalPed({ { label = 'Search' } })
```

## Parameters

| Name      | Required | Description                            |
| --------- | -------- | -------------------------------------- |
| `options` | No       | Options to remove. Omit to remove all. |
