/revoke/current
Revoke the current session. Any session may self-revoke. There are no parameters:
POST /oauth2/revoke/current HTTP/1.1
Host: oauth.iracing.com
Authorization: Bearer ...elided...
Content-Type: application/x-www-form-urlencoded
forget_browser=true
Parameters
-
forget_browser
(optional)If set to
true
any 2FA Bypass Cookie previously generated for the browser will be removed. Defaults tofalse
.
Response
It responds with no body. An HTTP status code of 200 indicates success.