---
title: "Delete Custom Field"
method: DELETE
path: "/custom_field"
tags: ["Custom Field"]
---

# Delete Custom Field

`DELETE /custom_field`

Delete an existing custom field

## Query parameters

- `select` string
- `id` string, required
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `name` string
- `description` string
- `type` string
- `key` string
- `entity` string

## Response `200`

The updated Custom Field object

- CustomField
  - `id` string, uuid — Custom field ID
  - `created_at` string, timestamp with time zone — Custom field creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid, nullable — Organisation ID
  - `name` string, text — Name of custom field
  - `description` string, text, nullable — Custom field description
  - `type` 'string' | 'datetime' | 'boolean' | 'number' | 'date' | 'string_list', public.field_type — Typ of custom field
  - `key` string, text — Custom field key
  - `entity` 'contact' | 'deal' | 'appointment', public.custom_field_entity

## Other responses

- `204` — No Content

---

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