Images not getting deleted from Appcelerator arrowdb

128 views Asked by At

I am deleting image using appcelerator API

https://api.cloud.appcelerator.com/v1/photos/delete.json?key=<YOUR APP KEY>&pretty_json=true

After using this API image object gets deleted but if I hit URL of this image object then it still shows image. This is odd as my image is still present in database which I don't want.

I have waited for one day to check if it gets deleted after some time but without success.

Image was deleted by user who created this image.

Please help

Thank you in advance

1

There are 1 answers

2
Sharif Abu Darda On

Are you providing your APP KEY when deleting? "message":"401 Unauthorized request. Please provide a valid App key or Oauth key." The app key is required. Reference http://docs.appcelerator.com/arrowdb/latest/#!/api/Photos-method-delete.