delete_field
ActiveTool of QuintaDB
declared in 1.0.0
Delete a field (column, property) from a form. Irreversible — all data in this field will be lost. (remove field, drop column)
Parameters schema
{
"type": "object",
"required": [
"app_id",
"entity_id"
],
"properties": {
"app_id": {
"type": "string",
"description": "ID проєкту"
},
"field_id": {
"type": "string",
"description": "ID поля"
},
"entity_id": {
"type": "string",
"description": "ID форми"
},
"field_name": {
"type": "string",
"description": "Назва поля (пріоритет над field_id)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
QuintaDB
1/7 registries