sqlcommandsDROP FUNCTIONOn this pageDROP FUNCTIONRemoves a function. Only the owner of a UDF may drop it.SyntaxDROP FUNCTION [ IF EXISTS ] <function_name>Parameters{{< sql-section file="data/sql/functions.json" data="droppingFunctionsParameters" >}}ExampleRemove a function with the name redact_ssnDROP FUNCTION redact_ssn