Unmount Embeddable FlowembeddableFlow.unmount() unmount removes the EmbeddableFlow from the DOM. unmount<div id="mount-here"> </div> <script> const embeddableFlow = mt.createEmbeddableFlow({ clientToken: "..." }); embeddableFlow.mount("#mount-here") embeddableFlow.unmount() </script>