Does anyone know how to delete all datastore in Google App Engine?
If you have a significant amount of data, you need to use a script to delete it. You can use remote_api to clear the datastore from the client side in a straightforward manner, though.