google.appengine.ext.db.delete_async

Returns an asynchronous object that deletes one or more Model instances.

Asynchronous version of delete one or more Model instances.

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