def linuxServerStopAndDeleteSession(self): """ Description Wrapper to stop and delete the session ID on the Linux API server. Requirements linuxServerStopOperations() linuxServerDeleteSession() Syntax GET = /api/v1/sessions/{id} """ if self.serverOs == 'linux' and self.deleteSessionAfterTest==True: self.linuxServerStopOperations() self.linuxServerDeleteSession()