---
title: "Delete custom field"
method: DELETE
path: "/v4/custom_fields/{id}"
tags: ["Custom Fields"]
---

# Delete custom field

`DELETE /v4/custom_fields/{id}`

This will remove all data in this field from your subscribers.

## Path parameters

- `id` integer, required

## Response `204`

Deletes the custom field

## Other responses

- `401` — Returns a 401 if the token and/or account cannot be authenticated
- `404` — Returns a 404 when the provided id does not exist
- `422` — Returns a 422 when the custom field cannot be deleted

---

[API](https://skmtc.net/kit/apis/kit-api.md) · [All operations](https://skmtc.net/kit/apis/kit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kit/kit-api/revisions/0df0c90d12da/schema)
