Revokes the current account’s authorizations and refresh tokens for all third-party OAuth client applications.
Revokes the current account’s authorizations and refresh tokens for all third-party OAuth client applications.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
revokedClientCount
The number of client applications whose grants were revoked.
revokedRefreshTokenCount
The number of refresh tokens marked as revoked.
Errors
401
Unauthorized Error

