Deleting in-memory Table View?
As seen in Removing feature layer using ArcPy script?, I believe you should use the Delete Tool to remove a table view once it has been created.
arcpy.Delete_management(tblView)
As seen in Removing feature layer using ArcPy script?, I believe you should use the Delete Tool to remove a table view once it has been created.
arcpy.Delete_management(tblView)