☰
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
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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