you'll have to go into SQL enterprise manager into the Subscriber table in UnityDB and delete it from there - triggers off that table will take care of removing all other entries in other tables related to that account.
You can also do it in SQL Query Analyzer or CUDLE's query builder interface using the SQL command "DELETE FROM Subscriber WHERE Alias='xxx'" where xxx is the alias of the subscriber you want to remove.