smartsuite_delete_field
Delete a field from a table by slug, permanently removing it and its data. Useful for replacing field types like changing a formula to a rollup. Requires confirmation.
Instructions
Delete a field from a table by slug. Requires readwrite/admin mode AND SMARTSUITE_ENABLE_SCHEMA_WRITE=true AND SMARTSUITE_ENABLE_DELETE=true. Destructive — removes the field and its data (system fields are refused). Useful e.g. to replace a formula field with a rollup: create the rollup, then delete the old formula. Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The field slug to delete. | |
| confirm | No | Must be true to delete (default false = preview). | |
| applicationId | Yes | The application (table) ID. |