---
title: "Deletes a Field"
method: DELETE
path: "/api/2026-07-01/resources/custom_fields/fields/{id}"
tags: ["CustomFields > Field"]
---

# Deletes a Field

`DELETE /api/2026-07-01/resources/custom_fields/fields/{id}`

Deletes a Field

## Path parameters

- `id` string, required

## Response `200`

OK

- CustomFieldsField
  - `id` string, required — Field identifier
  - `field_type` 'text' | 'long_text' | 'date' | 'rating' | 'checkbox' | 'single_choice' | 'multiple_choice' | 'money' | 'cents', required — The type of the field's value
  - `label_text` string, required — Field label
  - `position` integer — Field position within employee profile
  - `required` boolean — Requirement to fill this field
  - `min_value` integer — Minimum value in range field type
  - `max_value` integer — Maximum value in range field type
  - `legal_entity_name` string — Legal entity name where this field belongs
  - `legal_entity_id` string — Legal entity id where this field belongs
  - `slug` string — Custom field slug

---

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