If I want to delete sharding queues manually (auto-delete=false) then is there any easier way to delete sharding queues programmatically? I found the rabbitmq-sharding test cases only support delete sharding queue one by one based on node name - https://github.com/rabbitmq/rabbitmq-sharding/blob/master/test/src/rabbit_sharding_SUITE.erl#L319-L324
is possible to delete sharding queues by logic queue name?