smartsuite_remove_layout_section
Remove a section from an application's record-view layout by its slug; fields are preserved and rejoin the layout. Preview changes by default; apply with confirm:true.
Instructions
Remove a section from an application's record-view layout by its section__… slug. Requires schema-write. Removes only the section grouping; fields that were under it are preserved (they just rejoin the surrounding layout). Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The section slug (section__…) to remove. | |
| tabId | No | Which layout to edit when tabs are enabled (REQUIRED then): a tab id, "all" for every tab, or "top" for the hidden top-level layout. Omit only when tabs are disabled. | |
| confirm | No | Must be true to apply (default false = preview). | |
| applicationId | Yes | The application (table) ID. |