Connect
Revoke Token
Revoke an access token or a refresh token.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/x-www-form-urlencoded
Available options:
access_token
, refresh_token
Response
200 - application/json
Successful Response
The response is of type object
.
Was this page helpful?