we have some problems with excess buckets from time to time and I am writing a python program to check for excess buckets and then I want to take that list and purge them. In the documentation I see the endpoint **/cluster/master/control/control/prune_index**. My question is; is this the correct API end point to call? Do I need to pass it a list of buckets? Or am I off track?
↧