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

# Eliminar mapeo

> Elimina un mapeo de columnas guardado — mediante la API de importación masiva de gu1 para alto volumen, con ejemplos para delete mapping.

## Endpoint

```
DELETE https://api.gu1.ai/batch-import/mappings/{id}
```

## Descripción

**Respuesta:** `{ ok: true }` o **404**.

## Parámetro de ruta

| Parámetro | Descripción    |
| --------- | -------------- |
| `id`      | UUID del mapeo |

## Autenticación

```bash theme={null}
Authorization: Bearer TU_API_KEY
```

Ver también: [Importaciones masivas](/es/api-reference/bulk-imports/overview).
