Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
BizarreJelly's avatar
BizarreJelly
Honored Guest
8 years ago

Can't Remove All Oculus Achievements

I'm trying to remove all Oculus Achievements a user has gotten for debugging purposes. So I go to my browser and put this into the URL: https://graph.oculus.com/<userid>/achievement_remove_all/?access_token=OC|<AppID>|<AppSecret>;
However it's giving me this error message:
"error": {
            "message": "Tried accessing nonexisting field (achievement_remove_all) on node type (User)",
            "type": "OCApiException",
            "code": 100,
}
I know my userID and access token is working because I can make other REST calls. Just not this particular one.
So is it just not possible to remove achievements?
No RepliesBe the first to reply