@AfterClass(alwaysRun = true)
 public void cleanUpArtifacts() throws Exception {
   deleteAPI(apiIdentifier, apiPublisherClientUser1);
   // restore the original tiers.xml content.
   resourceAdminServiceClient.updateTextContent(TIER_XML_REG_CONFIG_LOCATION, originalTiersXML);
 }