Ejemplo n.º 1
0
  @Test
  @Ignore
  public void vmsDeleteTest() throws SmsapiException {

    System.out.println("VmsDelete:");
    ids = readIds();

    if (ids != null) {
      VMSDelete action = apiFactory.actionDelete().ids(ids);

      CountableResponse item = action.execute();

      System.out.println("Delete: " + item.getCount());
    }
  }