Deleting menu-item

I don't think you can delete menu items from a static menu, but if it is dynamic menu the following may work:

DELETE WIDGET handleToMenuItem.

Where handleToMenuItem is the widget-handle of the menu-item you are trying to delete.
 
Back
Top