The HTML element to be removed from the DOM.
MDN Documentation for ChildNode.remove()
// Get an element by its GUID
const targetElement = ix.api.dom.getHtml("<ELEMENT-GUID>");
// Remove the target element from the DOM
ix.api.dom.remove(targetElement);
Deletes the specified HTML element from the Document Object Model (DOM).