> 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-networked-entity.md).

# RemoveNetworkedEntity

Remove target options from networked entity(s).

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

## Example

```lua
local result = LT.Target.RemoveNetworkedEntity(1, 'optionNames')
```

## Parameters

| Name          | Required | Description |
| ------------- | -------- | ----------- |
| `netids`      | Yes      | table       |
| `optionNames` | Yes      | string      |
