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