Updated at September 7, 2026 01:25 PM
box.schema.func.drop()
Drop a function tuple. For explanation of how Tarantool maintains function data, see reference on _func space.
Parameters:
func-name(string) — the name of the functionoptions(table) —if_exists=true|false(default =false) — boolean;truemeans there should be no error if the_functuple does not exist.
Example:
box.schema.func.drop('calculate')