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 page details the \u003ccode\u003eIDataStore\u003c/code\u003e interface, which is used for storing and managing data objects, using a string as the key and an object as the value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIDataStore\u003c/code\u003e interface is located within the \u003ccode\u003eGoogle.Apis.Util.Store\u003c/code\u003e namespace, and is part of the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eKey methods in \u003ccode\u003eIDataStore\u003c/code\u003e include \u003ccode\u003eClearAsync\u003c/code\u003e to clear all values, \u003ccode\u003eDeleteAsync\u003c/code\u003e to remove a specific key, \u003ccode\u003eGetAsync\u003c/code\u003e to retrieve a value by key, and \u003ccode\u003eStoreAsync\u003c/code\u003e to store a value associated with a key.\u003c/p\u003e\n"],["\u003cp\u003eAll keys must not be null and the \u003ccode\u003eDeleteAsync\u003c/code\u003e, \u003ccode\u003eGetAsync\u003c/code\u003e, and \u003ccode\u003eStoreAsync\u003c/code\u003e methods use generic type parameters to handle different data types.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation shown is 1.69.0, and this page specifically details version 1.60.0 of \u003ccode\u003eIDataStore\u003c/code\u003e within the Google APIs client library for .NET.\u003c/p\u003e\n"]]],[],null,[]]