Looking through the nifi API docs : https://nifi.apache.org/docs/nifi-docs/rest-api/index.html
it seems there is drop-request
endpoint that gives you the possiibility to drop the entire queue. What if I want to drop a single flowfile? Is there a way?
Thanks in advance