delete_field
Delete a field from an Airtable table by specifying base, table, and field IDs. Removes the field and its data from the schema.
Instructions
Delete a field from a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | ID of the base | |
| table_id | Yes | ID of the table | |
| field_id | Yes | ID of the field to delete |