简体中文
Generate calculation plan for deleting the field
cURL
curl --request DELETE \ --url http://127.0.0.1:3000/api/table/{tableId}/field/{fieldId}/plan \ --header 'Authorization: Bearer <token>'
{ "estimateTime": 123, "graph": { "nodes": [ { "id": "<string>", "label": "<string>", "comboId": "<string>" } ], "edges": [ { "source": "<string>", "target": "<string>", "label": "<string>" } ], "combos": [ { "id": "<string>", "label": "<string>" } ] }, "updateCellCount": 123, "linkFieldCount": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the calculation plan for deleting the field
显示 子属性
此页面对您有帮助吗?