v1

latestSwagger 2.0Apache 2.02026-07-1725956.5 KB
Data Dictionary

Delete field definition

Delete a field definition from the data dictionary. POST alias for DELETE method.

post/tables/fields/{dbId}/{tableId}/{fieldName}/delete

Path parameters

dbIdstring required

Database ID

tableIdstring required

Table ID

fieldNamestring required

Field name to delete

Response

successful operation

statusstring
messagestring
deleted_countinteger

Number of fields deleted (should be 1)

Example response

{
  "status": "success",
  "message": "Field deleted successfully"
}