Endpoints
Revoke
Revokes the current JWT token, making it immediately invalid
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Token revoked successfully
The response is of type object
.