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
Example response
{
"status": "success",
"message": "Field deleted successfully"
}