I was wondering how I can remove all items in a Couchbase bucket. I am using java client.
I tried to run the client.flush() method. Flash is enabled on the bucket. But this throws an exception:
Exception in thread "Temporary Flusher" java.lang.RuntimeException: Http Error: 401 Reason: Unauthorized Details: No reason given
source share