apoc.custom.removeFunction
Procedure APOC Full
apoc.custom.removeFunction(name, type) - remove the targeted custom function
Usage Examples
We can remove a custom function named double
, by running the following query:
CALL apoc.custom.removeFunction("double");
Was this page helpful?