☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.4K
All Categories
0
Incidents
167
Node JS client
47
Go client
815
.Net API client
393
Kite Publisher
540
.Net / VBA / Excel (3rd party)
471
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.2K
Python client
355
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.5K
General
In this Discussion
July 2022
tarak
July 2022
SRIJAN
kite connect api for log out
tarak
July 2022
in
Python client
logout API is described as
https://kite.trade/docs/connect/v3/user/#logout
I do not see similar api in
https://raw.githubusercontent.com/zerodha/pykiteconnect/master/kiteconnect/connect.py
Request to the dev team is provide this API for clean tear down.
Thanks
Tagged:
login
SRIJAN
July 2022
It is there:
https://kite.trade/docs/pykiteconnect/v4/#kiteconnect.KiteConnect.invalidate_access_token
SRIJAN
July 2022
Also on GitHub,
https://github.com/zerodha/pykiteconnect/blob/20dbfd0152267b8da2a5afa17b737ca847b61814/kiteconnect/connect.py#L274
tarak
July 2022
ok.. I see that. I was searching for "logout". Above is fine.
This discussion has been closed.
https://kite.trade/docs/pykiteconnect/v4/#kiteconnect.KiteConnect.invalidate_access_token
https://github.com/zerodha/pykiteconnect/blob/20dbfd0152267b8da2a5afa17b737ca847b61814/kiteconnect/connect.py#L274