// 假设 List<AVObject> objects 是通过查询等方式获取的一组对象
try {
  AVObject.deleteAll(objects);
} catch (AVException ex) {
  // 处理异常
}