---
title: "DELETE /table/{tableId}/field/{fieldId}/plan"
method: DELETE
path: "/table/{tableId}/field/{fieldId}/plan"
tags: ["plan"]
---

# DELETE /table/{tableId}/field/{fieldId}/plan

`DELETE /table/{tableId}/field/{fieldId}/plan`

Generate calculation plan for deleting the field

## Path parameters

- `tableId` string, required
- `fieldId` string, required

## Response `200`

Returns the calculation plan for deleting the field

- object
  - `estimateTime` number
  - `graph` object
    - `nodes` object[], required
      - `id` string, required
      - `label` string
      - `comboId` string
    - `edges` object[], required
      - `source` string, required
      - `target` string, required
      - `label` string
    - `combos` object[], required
      - `id` string, required
      - `label` string, required
  - `updateCellCount` number
  - `linkFieldCount` number

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
