DROP USER MAPPING [ IF EXISTS ] FOR { user_name | USER | CURRENT_USER | PUBLIC } SERVER server_name
DROP USER MAPPING IF EXISTS FOR bob SERVER foo;