Table fields
Delete table field
Deletes a column from a table. Requires a USER API key with edit access to the table (FULL_ACCESS sharing); read-only access is not enough.
delete/public/v1/tables/{name}/fields/{fieldId}
Path parameters
namestring required
Example:tasks_board
fieldIdinteger required
Example:42
Response
Deleted
Example response
{
"ok": true,
"data": {
"deleted": true,
"id": "example"
}
}