smartsuite_remove_layout_tab
Remove a tab from an application's record-view layout by its tab ID. Fields remain in the top-level layout; use confirm:true to apply without preview.
Instructions
Remove a tab from an application's record-view layout by its tab id. Requires schema-write. Fields remain in the top-level layout (not deleted). Removing the last tab disables tabs. Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | The tab id to remove. | |
| confirm | No | Must be true to apply (default false = preview). | |
| applicationId | Yes | The application (table) ID. |