Use this statement to drop an external login from the SQL Anywhere catalogs.
DROP EXTERNLOGIN login-name TO remote-server
DROP clause Specifies the local user login name
TO clause Specifies the name of the remote server. The local user's alternate login name and password for that server is the external login that is deleted.
DROP EXTERNLOGIN deletes an external login from the SQL Anywhere catalogs.
Must have DBA authority.
Automatic commit.
SQL/2003 Vendor extension.
DROP EXTERNLOGIN DBA TO sybase1;