thiagolocatelli / parse4j

Java Library to deal with Parse (parse.com) REST API
http://thiagolocatelli.github.io/parse4j
143 stars 117 forks source link

Deleting Files #58

Open dipanjan-sengupta opened 8 years ago

dipanjan-sengupta commented 8 years ago

Is it possible to delete files using Parse4j? Deleting objects is of course possible, but does that cascade delete any files associated with the object? The default REST APIs does not cascade delete.