How to abort request in federation in willSendRequest function

I am trying out federation and I want to cancel certain requests from going to subgraphs. How can I achieve this. I tried to do request.abort() but seems its not working.