def deleteSessionLogs (connection, sessionUrl): ''' This method is used to delete the logs of a session. (client logs of the IxLoad process + IxLoadRest log) Args: - connection is the connection object that manages the HTTP data transfers between the client and the REST API - sessionUrl is the address of the session that will have its logs deleted ''' performGenericPatch(connection, sessionUrl, {'deleteLogsOnSessionClose': True})