Skip to main content

Revoke all refresh tokens

DELETE 

/identity/v2/manage/account/:uid/access_token/refresh/revoke

This API is used to revoke all refresh tokens for a specific user. The refresh token is a long-lived token that can be used to obtain a new access token without requiring the user to re-authenticate.

Request

Responses

Status OK: The request was successful.