## Destroy an Element `element.destroy()` Removes the [Element](https://docs.stripe.com/js/element.md) from the DOM and destroys it. A destroyed `Element` can not be re-activated or re-mounted to the DOM. ### Example ```title Destroy an Element ```