---
title: "Deletes the field with the specified id."
method: DELETE
path: "/dashboards/{dashboard_id}/fields/{field_id}"
tags: ["Custom Fields"]
---

# Deletes the field with the specified id.

`DELETE /dashboards/{dashboard_id}/fields/{field_id}`

If at least one contact has a value for this field specified, deletion will fail.

## Path parameters

- `dashboard_id` integer, required
- `field_id` string, required

## Response `204`

Either the field was deleted, or no field with that guid existed in the dashboard.

## Other responses

- `400` — Thrown if the dashboard id or field id is invalid, or if the field exists, but some contacts have a value for that field.
- `401` — Unauthorized. Sent if the API key is omitted or invalid.
- `404` — Thrown if no field with that id exists in the dashboard.

---

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