SQL Guide : solidDB® SQL statements : DROP USER
  
DROP USER
DROP USER user_name
Purpose
The DROP USER statement removes the specified user from the database. All the objects associated with the specified user_name must be dropped prior to using this statement; the DROP USER statement is not a cascaded operation.
Example
DROP USER HOBBES;
See also
solidDB® SQL statements