---
title: "Delete Custom Field Mapping"
method: DELETE
path: "/api/v1/custom-fields/mapping/{custom_field_mapping_id}"
tags: ["Custom Fields"]
---

# Delete Custom Field Mapping

`DELETE /api/v1/custom-fields/mapping/{custom_field_mapping_id}`

Delete a custom field mapping.

## Path parameters

- `custom_field_mapping_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `401` — Missing or invalid bearer authentication credentials.
- `403` — The credentials are valid but do not permit access to this resource, e.g. a connector token used on a different API category or a model whose writes are disabled.
- `404` — The requested resource was not found.
- `422` — Validation Error
- `429` — Rate limit exceeded.

## Changes

> 11 revisions in range; 7 could not be searched.

- **2026-08-01** `eb3486b88e55` — 4 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
  - added the non-success response with the status `429`

[Change history](https://skmtc.dev/bindbee/apis/bindbee-apis/changes/api/v1/custom-fields/mapping/:custom_field_mapping_id/delete.md)

---

[API](https://skmtc.dev/bindbee/apis/bindbee-apis.md) · [All operations](https://skmtc.dev/bindbee/apis/bindbee-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bindbee/bindbee-apis/revisions/a2669930898c/schema)
