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

# Delete mapping

> Delete a saved batch-import column mapping — via the gu1 batch import API for high-volume data loading, with examples for delete mapping use cases.

## Endpoint

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

## Overview

**Response:** `{ ok: true }` or **404**.

## Path Parameters

| Parameter | Description  |
| --------- | ------------ |
| `id`      | Mapping UUID |

## Authentication

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

See also: [Bulk imports overview](/en/api-reference/bulk-imports/overview).
