Revoke access token
Session
Revoke access token
Revoke an access token. If the userId is provided, this will revoke all access tokens of that user. Only admin can revoke all access tokens of a user.
DELETE
Revoke access token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
User id for revocation
Required string length:
1 - 50A flag indicating whether the userId is a public id or not
Response
Revoke access token success