Action Deleting

In blender 2.57 is it possible to delete all actions? I have 1900 and i want to clean it up a bit. Any Help wud be amazing ty!

try something like this, save and reload the file… maybe keep a copy


import bpy
for a in bpy.data.actions:
    a.user_clear()

wrong forum… isn’t it?