Reset to blank - auradb

i tried a lot of things but i want to do a script python that before an insert of nodes and relationships (many of them) reset the auradb instance to blank. so, click in a button doesnt work for me. how can i do this?

another question: error "A query with 'CALL { ... } IN TRANSACTIONS' can only be executed in an implicit transaction, but tried to execute in an explicit transaction" every time that i tried to do a call to delete nodes and relationships with driver in python. whats the point?

you need to use session.run() for the call in transactions.

I don't think reset to blank is currently in the Aura API, but I asked.
Otherwise you can simulate it by uploading an empty dump file with neo4j-admin upload