link
Delete a PostgreSQL function
DROP FUNCTION functionname;
Drop add_two_numbers function
DROP FUNCTION add_two_numbers;