iOSToolbar.RemoveByIndex
From Xojo Documentation
Method
Removes the button at the specified index (0-based) from the toolbar.
Sample Code
Remove the first button from the toolbar:
Toolbar.RemoveByIndex(0)
Removes the button at the specified index (0-based) from the toolbar.
Remove the first button from the toolbar: