Пример #1
0
 /** Delete an endpoint by id */
 public void deleteEndpointById(String id) throws DotDataException {
   publisherEndpointFactory.deleteEndpointById(id);
 }