Archived Forum Post

Index of archived forum posts

Question:

Cannot delete entry using JSON in Parse.com

Aug 27 '15 at 14:49

Can you tell me why I am suddenly unable to delete an entry in Parse.com using JSON and the http:QuickDeleteStr method? This had been working for over a year and suddenly stopped working. I will ask this on Parse.com as well, however I have an associated iPad application which is able to delete entries from Parse. It is only the ASP.NET application that I am having trouble with.

Below is the contents of the session log.

---- Sending ---- DELETE /1/classes/Inspection/tDMoT8ZOuH HTTP/1.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8 Connection: keep-alive X-Parse-Application-Id: h1OaDoJP2JtwV4QZcoAVg5uBhg5dPj8GHEAgLNVX X-Parse-REST-API-Key: CkSyT4J6LUE4tFf1ExOPVsyMtQOcl3rpr4rQTFWm Accept-Encoding: Host: api.parse.com

---- Received ---- HTTP/1.1 404 Not Found Access-Control-Allow-Methods: Access-Control-Allow-Origin: Content-Type: application/json; charset=utf-8 Date: Thu, 27 Aug 2015 18:41:41 GMT Server: nginx/1.6.0 X-Parse-Platform: G1 X-Runtime: 0.035330 Content-Length: 51 Connection: keep-alive

{"code":101,"error":"object not found for delete"}