def deleteAllLogs(connection): ''' This method is used to delete all logs of all IxLoad versions used to create sessions. Args: - connection is the connection object that manages the HTTP data transfers between the client and the REST API ''' performGenericOperation(connection, 'logs/operations/deleteAllLogs', {}) # To be used for removing '/api/v0/' from a link