🔧 SDK ReferenceManagersUIManagerremoveMainToolbarItemremoveMainToolbarItemRemoves a toolbar item from the main toolbar.Syntaxengine.ui.removeMainToolbarItem(itemId);ParametersNameTypeDescriptionitemIdstringThe ID of the toolbar item to remove.Exampleengine.ui.removeMainToolbarItem('my-item-id');Available on: Client