---
title: "Delete field"
method: DELETE
path: "/api/v1/models/{modelId}/view/{viewName}/field/{fieldName}"
tags: ["Models"]
---

# Delete field

`DELETE /api/v1/models/{modelId}/view/{viewName}/field/{fieldName}`

## Path parameters

- `modelId` string, uuid, required — Model UUID
- `viewName` string, required — View name
- `fieldName` string, required — Field name

## Query parameters

- `branch_id` string, uuid — Branch ID
- `topic_context` string — Topic context for the field

## Response `200`

Field deleted successfully

- SuccessResponse
  - `success` boolean, required — Whether the operation was successful

## Other responses

- `401` — Authentication required
- `403` — Permission denied
- `404` — Model, view, or field not found

---

[API](https://skmtc.dev/omniapp/apis/omni-api.md) · [All operations](https://skmtc.dev/omniapp/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omniapp/omni-api/revisions/2ed3f36eff42/schema)
