def removeAllTclViews(self): """ Description Removes all created stat views. """ removeAllTclViewsUrl = self.ixnObj.sessionUrl+'/operations/removealltclviews' response = self.ixnObj.post(removeAllTclViewsUrl) self.ixnObj.waitForComplete(response, self.ixnObj.httpHeader + response.json()['url'])