apoc.dv.catalog.remove

This is the APOC Extended documentation.

APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page.

Procedure Apoc Extended

Remove a virtualized resource config by name

Signature

apoc.dv.catalog.remove(name :: STRING?) :: (name :: STRING?, type :: STRING?, url :: STRING?, desc :: STRING?, labels :: LIST? OF STRING?, query :: STRING?, params :: LIST? OF STRING?)

This procedure is not intended to be used in a cluster environment, and may act unpredictably.

Input parameters

Name Type Default

name

STRING?

null

Output parameters

Name Type

name

STRING?

type

STRING?

url

STRING?

desc

STRING?

labels

LIST? OF STRING?

query

STRING?

params

LIST? OF STRING?