I think I have more than one class1 class2 … They are related and I want to delete them all at once instead of looking up and deleting them one by one, can I do that? Android SDK
You can use the ParseObject.deleteAllInBackground()
function.
I think I have more than one class1 class2 … They are related and I want to delete them all at once instead of looking up and deleting them one by one, can I do that? Android SDK
You can use the ParseObject.deleteAllInBackground()
function.