---
title: "Delete Field Configuration"
method: DELETE
path: "/field-configurations/{id}"
tags: ["Field Configuration"]
---

# Delete Field Configuration

`DELETE /field-configurations/{id}`

Hard-deletes a field configuration owned by the authenticated organization. All `IntelligenceItemAssignment` rows pointing at the configuration are cleaned up in the same request (cascading cleanup). Field configurations belonging to other organizations return 404.

## Path parameters

- `id` string, required

## Response `204`

Field configuration and all dependent assignment rows were successfully deleted.

## Other responses

- `401` — Authentication failed. Please provide a valid API key.
- `404` — No field configuration with the provided UUID exists in the organization.
- `default` — Unexpected error.

---

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