3 thoughts on “Delete a user account in OS X

  1. Alternatively, you can do this entirely from the Terminal with the following 2 commands:
    (Where “account_name” is the name of the user you want to delete.)

    sudo dscl . -delete /Users/account_name
    sudo rm -rf /Users/account_name

Leave a comment