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

# Eliminar API Key

> Revoca y elimina una API key.

**Autenticación:** Bearer JWT

| Parámetro | Tipo   | Descripción      |
| --------- | ------ | ---------------- |
| `id`      | string | ID de la API key |

```json Response 200 theme={null}
{ "message": "API key eliminada correctamente" }
```

| Código | Descripción           |
| ------ | --------------------- |
| `404`  | API key no encontrada |
