Revoke refresh tokens
DELETE/identity/v2/manage/account/:uid/access_token/refresh/revoke
Revokes all active refresh tokens for a specified User.
Request
Responses
- 200
- 400
- 401
- 403
Status OK: The request was successful.
Status Bad Request: The request could not be understood by the server due to malformed syntax.
Status Unauthorized: The request requires User authentication.
Status Forbidden: The server understood the request, but refuses to authorize it.