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

# Delete Custom Field

`DELETE /api/v1/custom-fields/{custom_field_id}`

Delete a custom field.

## Path parameters

- `custom_field_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.

---

[API](https://skmtc.net/bindbee/apis/bindbee-apis.md) · [All operations](https://skmtc.net/bindbee/apis/bindbee-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bindbee/bindbee-apis/versions/7da10dc93a21/schema)
