public JSONObject delete(String path) {
   return RestLocalServiceUtil.delete(path);
 }