Dropping triggers (PL/SQL) You can remove a trigger from the database by using the DROP TRIGGER statement. SyntaxDROP TRIGGER trigger-name Description trigger-name Specifies the name of the trigger that is to be dropped.