---
title: "DELETE a custom_field"
method: DELETE
path: "/contact_custom_fields/{custom_field_id}"
tags: ["Contacts Custom Fields"]
---

# DELETE a custom_field

`DELETE /contact_custom_fields/{custom_field_id}`

Delete a custom field from the user's account.

## Path parameters

- `custom_field_id` string, required

## Response `204`

Request successful; No content returned

## Other responses

- `401` — The Access Token used is invalid.
- `403` — Forbidden request. You lack the necessary scopes, you lack the necessary user privileges, or the application is deactivated.
- `404` — The requested resource was not found.
- `415` — Unsupported Media Type.
- `500` — There was a problem with our internal service.
- `503` — Our internal service is temporarily unavailable.

---

[API](https://skmtc.net/cc/apis/appconnect-v3.md) · [All operations](https://skmtc.net/cc/apis/appconnect-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cc/appconnect-v3/versions/4b4a534c818d/schema)
