---
title: "Delete custom field"
method: DELETE
path: "/custom-fields/field/{customField}"
tags: ["Custom Fields"]
---

# Delete custom field

`DELETE /custom-fields/field/{customField}`

REQUIRED SCOPES <code>['custom-fields:write']</code><br>Through this API endpoint, any custom field subresource can easily be removed from all the contacts to which it was applied. <br><br>The request deletes a custom field by id with the corresponding values. Deleting a custom field will also delete all of the values across all contact cards that have been set for that custom field.

## Path parameters

- `customField` integer, required

## Response `200`

OK

- object
  - `status` string
  - `data` CustomFieldResource — Class CustomFieldResource
    - `id` integer
    - `organization_id` integer
    - `key` string
    - `name` string
    - `type` string
    - `visible` integer

## Other responses

- `500` — Error

---

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