public static void DeleteLeaderboard(string boardId)
string
Deletes the leaderboard of the entered id if it exists.
private void OnEnable() { LeaderboardManager.DeleteLeaderboard("MyLeaderboard"); }