XPLMRemoveMenuItem
XPLM_API void XPLMRemoveMenuItem(
XPLMMenuID inMenu,
int inIndex);
Removes one item from a menu. Note that all menu items below are moved up one; your plugin must track the change in index numbers.