# 删除提醒器

> 删除提醒器的同时将禁用所有与其关联的提醒，如果你只想删除抽奖内的提醒，请参阅：[为抽奖禁用提醒器](/roll-bot-project/remind/disable.md)

```
/remind delete [提醒器编号1] [提醒器编号2] ...
```

> 由不同用户创建的相同的提醒器将具有同样的编号，删除提醒器不会影响其他人使用此编号。

## 本地化 & 别称

该指令也可使用如下方式触发

```
/rd delete <抽奖编号> <提醒器编号1> [提醒器编号2] ...
/rd rm <抽奖编号> <提醒器编号1> [提醒器编号2] ...

/删除提醒器 <抽奖编号> <提醒器编号1> [提醒器编号2] ...
```


---

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