UnloadUIComponent
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Unloads and deletes the specified UI component, along with all its children components.
This function is only safe to use with UI components dynamically added using InjectUIXML or InjectUIComponent.
Syntax
UnloadUIComponent componentPath:string
Example
UnloadUIComponent "HUDMainMenu\MyMenuExtension\SomeComponent"