I want to select whatever I have in my video sequencer and delete it and am writing a python script for it. For stuff like this I make use of the info panel scripting tab, but it doesn’t show what I need to use for selecting all video sequences it does however say how to delete (ie, bpy.ops.sequencer.delete())
On trying a little more I found one way by selecting all by effect type and then you can delete. But if your video sequences have some effects it does not work