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\u003eThe \u003ccode\u003eIDataStore\u003c/code\u003e interface manages data objects, using a string as the key and an object as the value, with serialization handled by \u003ccode\u003eInstance\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides asynchronous methods for clearing all data (\u003ccode\u003eClearAsync\u003c/code\u003e), deleting a specific key (\u003ccode\u003eDeleteAsync<T>\u003c/code\u003e), retrieving a value by key (\u003ccode\u003eGetAsync<T>\u003c/code\u003e), and storing a value for a key (\u003ccode\u003eStoreAsync<T>\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteAsync<T>\u003c/code\u003e, \u003ccode\u003eGetAsync<T>\u003c/code\u003e, and \u003ccode\u003eStoreAsync<T>\u003c/code\u003e methods are generic and require specifying the type of the data being manipulated.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003enull\u003c/code\u003e keys are explicitly not permitted within the \u003ccode\u003eIDataStore\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIDataStore\u003c/code\u003e methods all return a \u003ccode\u003eTask\u003c/code\u003e, indicating that they are asynchronous operations.\u003c/p\u003e\n"]]],[],null,[]]