> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove identifier from allowlist

> Remove an identifier from the allowlist.

Remove the allowlist for an identifier.

<CodeGroup>
  ```lua Export theme={null}
  exports["easy_allowlist"]:removeAllowlistFromIdentifier(identifier)
  ```

  ```lua Example theme={null}
  exports["easy_allowlist"]:removeAllowlistFromIdentifier("steam:71002010c2f9c5d")
  ```
</CodeGroup>

### Parameters

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


## Related topics

- [Allowlist](/easy-allowlist/server/allowlist/index.md)
- [Remove identifier queue priority](/easy-allowlist/server/queue/remove-identifier-queue-priority.md)
- [Add identifier to allowlist](/easy-allowlist/server/allowlist/add-identifier-to-allowlist.md)
- [Commands usage](/easy-allowlist/commands-usage.md)
- [Remove keys from identifier](/vehicles-keys/server/remove-keys-from-identifier.md)
