apoc.periodic.truncate
Procedure
apoc.periodic.truncate(config Map<String, Any>)
- removes all entities (and optionally indexes and constraints) from the database using the apoc.periodic.iterate
procedure.
Config parameters
The procedure supports the same configurations as the apoc.periodic.iterate procedure.
Moreover, it supports the following config parameters:
name | type | default | description |
---|---|---|---|
dropSchema |
boolean |
true |
drops all indexes and constraints |
Was this page helpful?