I have encountered a bug while try to disabling future orders for an ongoing python session. Steps to reproduce
1. Create an app in kite developer forum 2. Create a kite session using python SDK using credentials from above app. 3. Deactivate the app in the kite developer forum UI or delete the app. 4. The existing python kite is still able to place the orders.
Expected Behaviour If the app is deactivate/deleted in the kite developer forum, the python session shouldn't be able to place any future orders without having to restart the script.