> ## 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 queue priority

> Remove a queue priority for an identifier.

Remove a queue priority for an identifier.

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

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

### Parameters

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


## Related topics

- [Queue](/easy-allowlist/server/queue/index.md)
- [Set identifier queue priority](/easy-allowlist/server/queue/set-identifier-queue-priority.md)
- [Remove Discord role queue priority](/easy-allowlist/server/queue/remove-discord-role-queue-priority.md)
- [Server](/easy-allowlist/server/index.md)
- [Get queue info](/easy-allowlist/server/queue/get-queue-info.md)
