Drop a SQL Server login.
sp_droplogin [ @loginame = ] 'login' --returns 0=ok 1=failed
DROP LOGIN ericm; GO