try {
DropboxAPIFacade.client.delete(remotePath);
} catch (DbxException e) {
throw new DropboxException(remotePath + " does not exist or can't obtain metadata");
}
result = new DropboxDelResult();
result.setResultEntries(remotePath);
return result;
}