Bulk delete tickets using ID list
Deletes multiple tickets by specifying a comma-separated list of IDs. This example demonstrates using the Tickets_Bulk table and passing a list of IDs (max 100) in the WHERE clause.
DELETE FROM Tickets_Bulk WHERE [$$ticket_ids]='111,222,333'