protected void delTags() {

    List<String> tags = createTags();
    mPush.deleteTags(tags);
  }