PlayerPrefs.DeleteKey
static function DeleteKey(key: string): void;
static void DeleteKey(string key);
static def DeleteKey(key as string) as void
Description

Removes key and its corresponding value from the preferences.