wavexis_dom_remove
Permanently remove a DOM element matching a CSS selector. This destructive action deletes the element from the live DOM.
Instructions
Remove an element matching a CSS selector from the DOM.
Use wavexis_dom_set_attr to hide an element (e.g. display:none) instead of deleting it.
Side effects: Destructive; permanently removes the matched element from the live DOM. Returns: JSON string with keys: 'status' ('ok'/'error').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |