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

# Excluir mapeamento

> Remove um mapeamento de colunas CSV salvo na importação em lote gu1 — limpa configurações antigas e libera espaço para novos mapeamentos personalizados.

## Endpoint

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

## Visão geral

**Resposta:** `{ ok: true }` ou **404**.

## Parâmetro de rota

| Parâmetro | Descrição |
| --------- | --------- |
| `id`      | UUID      |

## Autenticação

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

Ver também: [Importações em lote](/pt/api-reference/bulk-imports/overview).
