Delete all nodes and storage doesnt go to zero

how can i do the same as "reset to blank" but via code in neo4j aura? i want to delete all database aura db and reset to zero the storage used.

@infraplataforma

to interact with Aura programatically see Overview - Neo4j Aura

if you had a empty neo4j instance you could use this empty instance to overwrite the exsiting and then Swagger UI

Further if you had an empty instance and exported this empty instance Backup, export and restore - Neo4j Aura you could then use it to overwrite an existing instance using Importing an existing database - Neo4j Aura

1 Like

tks!!!! help me a lot!