Asynchronously deletes the given key. The type is provided here as well because the "real" saved key should
contain type information as well, so the data store will be able to store the same key for different types.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eIDataStore\u003c/code\u003e interface, which is used for storing and managing data objects where keys are strings and values are objects.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIDataStore\u003c/code\u003e interface includes methods for \u003ccode\u003eClearAsync\u003c/code\u003e, \u003ccode\u003eDeleteAsync\u003c/code\u003e, \u003ccode\u003eGetAsync\u003c/code\u003e, and \u003ccode\u003eStoreAsync\u003c/code\u003e, all of which operate asynchronously.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetAsync\u003c/code\u003e retrieves a stored value associated with a specified key, returning \u003ccode\u003enull\u003c/code\u003e if the key is not found, while \u003ccode\u003eDeleteAsync\u003c/code\u003e removes the entry associated with the specified key.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStoreAsync\u003c/code\u003e method is used to save a value for a corresponding key, overwriting the value of the key if it already exists, and all \u003ccode\u003enull\u003c/code\u003e keys are prohibited within this interface.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this package is 1.69.0 and it is within the \u003ccode\u003eGoogle.Apis.Util.Store\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],[],null,[]]