1. You need to purge all your data manually, you can do this using a simple script from the vault page to select all items. Open the console of your browser and type:<p>for (item of document.getElementsByClassName('vault-item-displayname')) {
item.click()
}<p>2. When you navigate to the https://lastpass.com/delete_account.php to delete your account, the modal (for me) was blank and empty. There is an automatic HTML display: none tag applied. You can open the console and remove this CSS and it will show the confirmation to remove.<p>Cheers.