WebToolbar.RemoveItem
From Xojo Documentation
Method
Removes the WebToolbarItem as position index from the toolbar at run-time.
Example
This removes the first item on a toolbar called TestToolbar:
TestToolbar.RemoveItem(0)
Removes the WebToolbarItem as position index from the toolbar at run-time.
This removes the first item on a toolbar called TestToolbar: