# 删除抽奖

```
/roll delete [抽奖编号]
```

> Pickup numbers are not required. Leave blank to delete the prizes inter.

## Permissions

To delete a drawing award, you must be [抽奖创建人](/roll-bot-project/en-us/permission/roll-creator.md) or [Bot管理员](/roll-bot-project/en-us/permission/bot-admin.md)

If `allowGuildAdminDelete` is enabled in the settings, then [频道管理员](/roll-bot-project/en-us/permission/channel-admin.md) can also be deleted

## Localization & Alias

This command can also be triggered by

```
/r delete [抽奖编号]
/r rm [抽奖编号]

/delete drawing [抽奖编号]
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.logthm.com/roll-bot-project/en-us/roll/delete.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
