## Unmount an Element `element.unmount()` Unmounts the [Element](https://docs.stripe.com/js/element.md) from the DOM. Call [`element.mount`](https://docs.stripe.com/js/element/mount.md) to re-attach it to the DOM. ### Example ```title Unmount an Element ```