2

I need to delete some information from Google app engine datastore (not google app-engine cloud storage). I am using Java API for develop my application. Any one have good example for this?

3 Answers 3

3

Have a look to Deleting Entities in Bulk new feature here.

You can use the Datastore Admin tab of the Admin Console to delete all entities of a kind, or all entities of all kinds, in the default namespace

1

See this part of the documentation: Saving, Getting and Deleting Entities

You just call datastore.delete(key).

0

If this is a local environment, got to /_ah/admin/datastore and select entities to delete.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.