Hi , I have a proxy which accepts "DELETE" as verb. When i initially Developed the proxy, it was working fine. Later on, I am not able to invoke the API(Just Delete alone) from postman/RestClient tool.
Like SampleProxy has 3 flows based on the verb, like Get , put and Delete. It is working fine for Get and PUT but not for Delete method.
Any Suggestions / pointers?
PS: It worked once 🙂