🔧 SDK ReferenceManagersStorageManagerPersistentStoreManagerdeletedeleteDeletes a value from the store.Syntaxstore.delete(key);ParametersNameTypeDescriptionkeystringThe key of the value to delete.ReturnsPromise<void> - A promise that resolves when the value is deleted.Exampleawait store.delete('player1');Available on: Client Server