> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plazbot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Eliminar Webhook

> Elimina un webhook de WhatsApp registrado

### Eliminar un webhook de WhatsApp

Elimina el webhook registrado para un numero de WhatsApp.

```bash theme={null}
plazbot whatsapp delete-webhook -n <telefono>
```

### Parametros

| Parametro | Flag           | Requerido | Descripcion                               |
| --------- | -------------- | --------- | ----------------------------------------- |
| Numero    | `-n, --number` | Si        | Numero de WhatsApp configurado en Plazbot |

### Ejemplo

```bash theme={null}
plazbot whatsapp delete-webhook -n 51912345678
```

### Resultado

```text theme={null}
Eliminando webhook de WhatsApp...
Numero: 51912345678

Webhook eliminado exitosamente
```
