Removes a user.
DROP USER user-name
This example drops a user named SQLTester from the database.
DROP USER SQLTester;
user-name The name of the user.
None
Must have DBA or USER ADMIN authority.
“Managing login policies overview” in SQL Anywhere Server – Database Administration > Configuring Your Database > Managing user IDs, authorities, and permissions