# Purge

## ¿Qué es Purge?

Comando para **eliminar masivamente** mensajes en un canal.

### Casos de Uso

* ✅ Limpiar spam
* ✅ Eliminar conversaciones antiguas
* ✅ Borrar archivo ofensivo

## 🚀 Uso Básico

### Eliminar Últimos X

```bash
/purge 10
```

Elimina los últimos 10 mensajes.

### De un Usuario

```bash
/purge 50 @Usuario
```

Elimina 50 mensajes de ese usuario.

### Rango Específico

```bash
/purge before:ID limit:100
```

{% hint style="warning" %}
**CUIDADO**

* No se puede deshacer
* Solo admins pueden
* Se registra en logs
* Máximo 100 a la vez
  {% endhint %}

## 🔗 Relacionado

* [Moderación](broken://pages/730a31bdf585dd0007f8fb4f1aac65ff7a1c032a)
* [Logs](broken://pages/6f48cee937626dbdc7ba87e01334f3fbc5e1c329)


---

# 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://okaa.gitbook.io/okaa-wiki/moderacion/purge.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.
