> For the complete documentation index, see [llms.txt](https://documentation.jaksam-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.jaksam-scripts.com/easy-allowlist/server/allowlist/remove-identifier-from-allowlist.md).

# Remove identifier from allowlist

To remove allowlist for an identifier

## Export

```lua
exports["easy_allowlist"]:removeAllowlistFromIdentifier(identifier)
```

### Parameters

| Name         | Data Type | Description                |
| ------------ | --------- | -------------------------- |
| `identifier` | string    | The player main identifier |

## Example

```lua
exports["easy_allowlist"]:removeAllowlistFromIdentifier("steam:71002010c2f9c5d")
```
