destroyMenu
Description
A simple function used to destroy a menu which is no longer wanted.
Syntax
void destroyMenu ([string $menu_id])
Parameter $menu_id
Expected type: String
Description: The ID of the menu to destroy. Defaults to 'last' (meaning the last menu that was created) if not specified.