Skip to main content
DELETE
Revoke all user's access tokens by admin

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

User id for revocation

Required string length: 1 - 50

Query Parameters

isPublic
boolean
default:true

A flag indicating whether the userId is a public id or not

Response

Revoke access token success

success
boolean
default:true