Delete an employee
{exp:user:delete_form
return="dashboard/employees_list/delete_success"
}
{if:else}
{redirect="404"} {!-- Don't show this form to anyone but an admin --}
{/if}
{/if}
Delete the account for {screen_name}
You must confirm your password to complete this action.
Are you sure you wish to delete this account?
WARNING: THIS ACTION CANNOT BE UNDONE!
{/exp:user:delete_form}