> ## 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.

# Identifier von Allowlist entfernen

> Entferne einen Identifier von der Allowlist.

Entfernt die Allowlist für einen Identifier.

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

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

### Parameter

| Name         | Datentyp | Beschreibung                      |
| ------------ | -------- | --------------------------------- |
| `identifier` | string   | Der Haupt-Identifier des Spielers |


## Related topics

- [Allowlist](/de/easy-allowlist/server/allowlist/index.md)
- [Schlüssel von Identifier entfernen](/de/vehicles-keys/server/remove-keys-from-identifier.md)
- [Identifier-Queue-Priorität entfernen](/de/easy-allowlist/server/queue/remove-identifier-queue-priority.md)
- [Befehlsnutzung](/de/easy-allowlist/commands-usage.md)
- [Server](/de/easy-allowlist/server/index.md)
