Hi,
I've attached a Quota Policy to my proxy. It is working as expected, that means once quota limit reached, api start throwing error with 429 status code.
But now I want to remove it. Problem is even after removing it from flow, api still throws error with 429 status code. My question is:
- Is it right way to revoke/cancel/delete any policy(Quota) from proxy ?
- My policy is set with synchronous attribute to false, so is it takes time to reflect the removal of the policy from proxy ?
- I tried setting enabled to false on Quota policy, but that doesn't work too.
- I don't see any documentation regarding removing the policy from proxy. Can you please share if there is any.
Thanks.