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

> Remove a queue priority for a Discord role.

Remove a queue priority for a Discord role.

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

  ```lua Example theme={null}
  local discordRoleId = "332962646660794880"
  exports["easy_allowlist"]:removeDiscordRoleQueuePriority(discordRoleId)
  ```
</CodeGroup>

### Parameters

| Name            | Data Type | Description         |
| --------------- | --------- | ------------------- |
| `discordRoleId` | string    | The Discord role ID |


## Related topics

- [Queue](/easy-allowlist/server/queue/index.md)
- [Set Discord role queue priority](/easy-allowlist/server/queue/set-discord-role-queue-priority.md)
- [Remove identifier queue priority](/easy-allowlist/server/queue/remove-identifier-queue-priority.md)
- [How to enable Discord features](/easy-allowlist/how-to-enable-discord-features.md)
- [Set identifier queue priority](/easy-allowlist/server/queue/set-identifier-queue-priority.md)
