delete_view
Deletes a specific view from an Airtable table. Fails if deleting the last view to prevent data loss.
Instructions
Delete a view from a table. Cannot delete the last remaining view in a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| viewId | Yes | The view ID to delete (e.g. "viwXXX") | |
| debug | No | When true, include raw Airtable response in output for diagnostics |