Closed dankrause closed 9 years ago
It's possible to drop whole classes via the API. It doesn't seem to be documented, and it's unintuitive, but here it is:
ParseBase.POST("/schemas/{class}", _method="DELETE", _ClientVersion="browser")
I can add a "drop_class" class method to ParseBase, or to ParseResource - I'm not sure which one would be better.
It's possible to drop whole classes via the API. It doesn't seem to be documented, and it's unintuitive, but here it is:
I can add a "drop_class" class method to ParseBase, or to ParseResource - I'm not sure which one would be better.