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

# Delete custom field

`DELETE /customfields/{entity}/{id}`

## Path parameters

- `id` integer, required
- `entity` 'assets' | 'locations' | 'parts' | 'workOrders' | 'vendors' | 'purchaseOrders' | 'lineItemPurchaseOrders', required

## Query parameters

- `skipWebhook` boolean

## Response `204`

Successfully deleted the Custom Fields

## Other responses

- `401` — Invalid token
- `404` — Could not find the specified Custom Fields.
- `500` — Internal server error.

---

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