google.appengine.api.datastore.DeleteAsync

Asynchronously deletes one or more entities from the datastore.

Identical to datastore.Delete() except returns an asynchronous object. Call get_result() on the return value to block on the call.