private static void deleteTag(int id, APIClient apiClient) throws IOException {
   apiClient.deleteTag(id);
 }