apoc.custom.removeProcedure Procedure APOC Full apoc.custom.removeProcedure(name) - remove the targeted custom procedure Signature apoc.custom.removeProcedure(name :: STRING?) :: VOID Input parameters Name Type Default name STRING? null Usage Examples We can remove a custom procedure named powers, by running the following query: CALL apoc.custom.removeProcedure("powers"); More documentation of apoc.custom.removeProcedure apoc.custom.removeFunction apoc.cypher