Revokes the current account’s authorization and refresh tokens for one third-party OAuth client application.
Revokes the current account’s authorization and refresh tokens for one third-party OAuth client application.
<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.
Path parameters
clientId
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
404
Not Found Error

