jpichie
Not really, it's all via AJAX so you'd have to use a tool to send HTTP requests with the appropriate headers, etc. In such requests you’d still need to include all of the Ticket IDs you want to delete. You’d also have to include an authenticated Agent session in the request that has access/permissions to delete the tickets.
The best way is to do this manually as described above. Other than that you’d have to write your own SQL queries to delete tickets and all associated data. It will take a lot of trial and error and a lot of time but once you got it you can reuse it and simply update the date ranges.
Cheers.