apoc.custom.removeFunction

Procedure APOC Full

apoc.custom.removeFunction(name, type) - remove the targeted custom function

Signature

apoc.custom.removeFunction(name :: STRING?) :: VOID

Input parameters

Name Type Default

name

STRING?

null

Usage Examples

We can remove a custom function named double, by running the following query:

CALL apoc.custom.removeFunction("double");