google.appengine.api.datastore.Delete

Deletes one or more entities from the datastore. Use with care!

Deletes the given entity(ies) from the datastore. You can only delete entities from your app. If there is an error, raises a subclass of datastore_errors.Error.

the primary keys of the entities to delete

keys Key or string or list of Keys or strings
config Optional Configuration to use for this request, must be specified as a keyword argument.

TransactionFailedError, if the Delete could not be committed.