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 provides documentation for the \u003ccode\u003eIDataStore\u003c/code\u003e interface, which is used to store and manage data objects with string keys and object values.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIDataStore\u003c/code\u003e interface includes methods for asynchronously storing (\u003ccode\u003eStoreAsync\u003c/code\u003e), retrieving (\u003ccode\u003eGetAsync\u003c/code\u003e), deleting (\u003ccode\u003eDeleteAsync\u003c/code\u003e), and clearing (\u003ccode\u003eClearAsync\u003c/code\u003e) data.\u003c/p\u003e\n"],["\u003cp\u003eData serialization and deserialization within the data store is handled using the \u003ccode\u003eInstance\u003c/code\u003e property of \u003ccode\u003eNewtonsoftJsonSerializer\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003enull\u003c/code\u003e keys are not permitted when interacting with the \u003ccode\u003eIDataStore\u003c/code\u003e and data can be stored with type information allowing the same key to be used for multiple types.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation covers the following versions: 1.69.0, 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0, with version 1.69.0 being the latest version.\u003c/p\u003e\n"]]],[],null,[]]