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

# Delete Contact Custom Field

`DELETE /contact_custom_field`

Delete an existing contact custom field

## Query parameters

- `select` string
- `contact_id` string
- `custom_field_id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `key` string
- `value` string
- `date_value` string
- `string_value` string
- `number_value` string
- `boolean_value` string
- `datetime_value` string
- `string_list_value` string

## Response `200`

The updated Contact Custom Field object

- ContactCustomField
  - `contact_id` string, uuid — Contact ID
  - `custom_field_id` string, uuid — Custom field ID
  - `created_at` string, timestamp with time zone — Contact custom field creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `key` string, text — Contact custom field key
  - `value` string, text, nullable — Value of contact custom field
  - `date_value` string, date, nullable — Date value
  - `string_value` string, text, nullable — String value
  - `number_value` number, nullable — Number value
  - `boolean_value` boolean, nullable — Boolean value
  - `datetime_value` string, timestamp with time zone, nullable — Datetime value
  - `string_list_value` string[], nullable — String list value

## Other responses

- `204` — No Content

---

[API](https://skmtc.dev/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.dev/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/22a9b3b009d1/schema)
