clientApplications

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>

delete/accounts/me/authorizedclients/{clientId}

Path parameters

clientIdstring required

Headers

Authorizationstring required

Bearer authentication

Response

OK

revokedClientCountinteger

The number of client applications whose grants were revoked.

revokedRefreshTokenCountinteger

The number of refresh tokens marked as revoked.

Changes

No recorded changes to this endpoint across all 5 revisions of this API.