<h1><span>Delete User</span></h1> <div class="ccm-dashboard-inner"> <script type="text/javascript"> deleteUser = function() { if (confirm('Are you sure you want to permanently remove this user?')) { location.href = "###censored URL with user id###"; } } </script> <a href="javascript:void(0)" onclick="deleteUser()" class="ccm-button" ><span>Delete User Account</span></a> <div class="ccm-spacer"></div> </div>
In the profile, not the editor.