google.appengine.api.blobstore.delete_async

Asynchronously deletes a blob from Blobstore.

blob_keys A single BlobKey instance or a list of blob keys. A blob key can be either a string or an instance of BlobKey.
rpc Optional UserRPC object.

A UserRPC, whose result will be None.