---
title: "Delete a contact field"
method: DELETE
path: "/api/reach/v1/profiles/{profileUuid}/contacts/fields/{fieldUuid}"
tags: ["Reach: Contact Fields"]
---

# Delete a contact field

`DELETE /api/reach/v1/profiles/{profileUuid}/contacts/fields/{fieldUuid}`

Delete a custom contact field.

Every value contacts hold for the field is deleted with it, and for the choice types so
are its options. The contacts themselves are not affected.

## Path parameters

- `profileUuid` string, required
- `fieldUuid` string, uuid, required

## Response `200`

Success empty response

- CommonSuccessEmptyResource
  - `message` string

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

## Changes

- **2026-08-06** `967858ce3b89` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/reach/v1/profiles/:profileUuid/contacts/fields/:fieldUuid/delete.md)

---

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