[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["\u003cp\u003eThis function, \u003ccode\u003eDeleteAsync\u003c/code\u003e, facilitates the asynchronous deletion of entities from the datastore.\u003c/p\u003e\n"],["\u003cp\u003eIt mirrors the functionality of \u003ccode\u003edatastore.Delete()\u003c/code\u003e, but returns an asynchronous object instead of blocking.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eget_result()\u003c/code\u003e can be called on the returned object to make the function block until the operation is finished.\u003c/p\u003e\n"],["\u003cp\u003eThe code for this function can be viewed on the GitHub repository at the provided link.\u003c/p\u003e\n"]]],[],null,["# google.appengine.api.datastore.DeleteAsync\n\n\u003cbr /\u003e\n\nAsynchronously deletes one or more entities from the datastore. \n\n google.appengine.api.datastore.DeleteAsync(\n keys, **kwargs\n )\n\nIdentical to datastore.Delete() except returns an asynchronous object. Call\n`get_result()` on the return value to block on the call."]]