async fn delete_user(name: String) -> Result<(), ServerFnError>
Server function to delete a user
Removes a user from the local database.