---
title: "Delete Custom Field"
method: DELETE
path: "/transactions/custom-fields/{customFieldId}"
tags: ["Custom Fields"]
---

# Delete Custom Field

`DELETE /transactions/custom-fields/{customFieldId}`

Delete an existing [custom field](/docs/custom-fields-on-transactions) on the organization. You can only delete custom fields that are not used in any transaction and in status `INACTIVE`. You can set the custom field to `INACTIVE` to prevent it from being used in new transactions via our [update endpoint](update-custom-field).

## Path parameters

- `customFieldId` string, uuid, required

## Response `204`

No Content. The custom field was successfully deleted.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref

---

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