Let's say that I have an animation which has 20 frames, and each frame has an I-key with position and rotation data of the object. And I want to remove such I-key from every 2nd frame (in other words to clear recorded position / rotation / and other data from 2nd, 4th, 6th, ..., 20th frame).
For short anims that's not a problem, I can do that manually, but if the animation has 1000 frames or more, and each with an I-key, that's starting to be quite a daunting task ;p