smartsuite_remove_layout_section
Remove a layout section by its section__ slug while keeping its fields in the surrounding record view. Previews by default; set confirm:true to apply.
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. |