@Override
 public void destroyNode(String selfLink) {
   waitOperationDone(resources.delete(URI.create(checkNotNull(selfLink, "id"))));
 }