919293949596979899100101
// create a vector of strings containing the String publisherID = "removeMe"; vector = new Vector(1); vector.add(publisherID); registry.deletePublisher(authInfo, vector); } catch(Exception ex) { ex.printStackTrace(); }