---
title: "Delete a product field"
method: DELETE
path: "/productFields/{id}"
tags: ["ProductFields"]
---

# Delete a product field

`DELETE /productFields/{id}`

Marks a product field as deleted. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/deleting-a-custom-field" target="_blank" rel="noopener noreferrer">deleting a custom field</a>.

## Path parameters

- `id` integer, required

## Response `200`

Delete a product field

- object
  - `success` boolean — If the response is successful or not
  - `data` object
    - `id` integer — The ID of the deleted product field

## Other responses

- `410` — The product field with the specified ID does not exist or is inaccessible

---

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