DROP SYNONYM¶ The DROP SYNONYM statement deletes one or more synonyms from a database. This statement has the following format: DROP SYNONYM [IF EXISTS] [schema.]synonym_name {, [schema.]synonym_name}; Was this page helpful? Thanks for your feedback! Thanks for your feedback!