---
title: "Delete Custom Field"
method: DELETE
path: "/v1/custom-fields/{id}"
tags: ["custom-fields", "public"]
---

# Delete Custom Field

`DELETE /v1/custom-fields/{id}`

Delete a custom field.

**Scopes**: `custom_fields:write`

## Path parameters

- `id` string, uuid4, required — The custom field ID.

## Response `204`

Custom field deleted.

## Other responses

- `404` — Custom field not found.
- `422` — Validation Error

---

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