User
Revoke Access Token
This endpoint can be used to revoke the access from a token that had previously been generated.
DELETE
/
users
/
revoke_access_token_v2
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
token_name
string
requiredThe name of the token from which the access needs to be revoked. This is a compulsory field in the request body.
Response
200 - application/json
success
boolean
default: truerequiredSuccess status of the revoke request made by the user.