> ## 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-Queue-Priorität entfernen

> Entfernt eine Queue-Priorität für einen Identifier.

Entfernt eine Queue-Priorität für einen Identifier.

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

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

### Parameter

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


## Related topics

- [Queue](/de/easy-allowlist/server/queue/index.md)
- [Identifier-Queue-Priorität setzen](/de/easy-allowlist/server/queue/set-identifier-queue-priority.md)
- [Discord-Rollen-Queue-Priorität entfernen](/de/easy-allowlist/server/queue/remove-discord-role-queue-priority.md)
- [Server](/de/easy-allowlist/server/index.md)
- [Queue-Infos abrufen](/de/easy-allowlist/server/queue/get-queue-info.md)
