Is there a way to delete an entire column in the object table in Parse.com? For example I have a column with name "Example" among other columns and I trying to get rid of it and all of the values under it.
I've tried the deleteInBackground() and deleteAtIndex() commands but they only delete entire rows or one cell. Thanks!