I havent tried this yet but I think you can just use the * wildcard in the sql.
Code:
DELETE * FROM *
if it doesnt work then you will need to take the * of the FROM and do individual tables but I think that should work for you.