You can remove an integrated login mapping using Interactive SQL.
Revoking an integrated login permission (SQL)
Connect to a database with DBA authority.
Execute a REVOKE INTEGRATED LOGIN FROM statement.
The following SQL statement removes integrated login permission from the Windows user pchin.
REVOKE INTEGRATED LOGIN FROM pchin
For more information, see REVOKE statement in Sybase IQ Reference Manual.