Hey all,
I am working with a registered event that we get the underlying table data from our DOT monthly. 
The events are branch versioned and archived. 
We don't care about versioning or any history of record. Every month we want to truncate the table and append into it. We have tried truncate table (which fails all together) and delete features. Delete features doesnt not remove the records from the history table so in SQL we are getting a large running table of the appends that we dont want. 
What are the options for truly truncating the table and its history. I know we can delete using SQL but I dont wan to break triggers or any esri automation processes.