Remove a user ID from the database.
DROP USER userID
            Cannot drop a user that owns tables in runtime system SQLCODE=-128, ODBC 3  State="42000"
    Line 1, column 1
Example:
This statement drops user ID Joe from the database:
DROP USER Joe