DROP FUNCTION#

Syntax

DROP FUNCTION FunctionName;

Example

Delete function cut2

DROP FUNCTION cut2;