diff --git a/_includes/rest/files.md b/_includes/rest/files.md index 1fa321e14..fd6a0d50b 100644 --- a/_includes/rest/files.md +++ b/_includes/rest/files.md @@ -121,7 +121,7 @@ Users holding the master key are allowed to delete files using the REST API. To curl -X DELETE \ -H "X-Parse-Application-Id: ${APPLICATION_ID}" \ -H "X-Parse-Master-Key: ${MASTER_KEY}" \ - https://YOUR.PARSE-SERVER.HERE/parse/files/...profile.png + https://YOUR.PARSE-SERVER.HERE/parse/files/profile.png

 import json,httplib