Do I need to make a separate call to delete the attachments on a ticket or will
DELETE /api/v2/tickets/destroy_many?ids={ids}DELETE /api/v2/deleted_tickets/destroy_many?ids={ids}
take care of everything?
I don't want to end up with any orphan attachments.