## Destroy embedded Checkout Removes Checkout from the DOM and destroys it. Once destroyed, an embedded Checkout instance cannot be reattached to the DOM. Call `checkout.initEmbeddedCheckout` to create a new embedded Checkout instance after unmounting the previous instance from the DOM. **Syntax:** `checkout.destroy(...)` ### Destroy embedded Checkout ```es_next checkout.destroy(); ```