How to empty a queue with 200+ messages?

however, you can achieve this using the SEMP V1 API.

Yup, you can do with a single HTTP POST!

Otherwise, you could also just drain the queue with a standard consumer app. But that kind of blurs the line between “messaging app” and “management utility”.