This endpoint can be used to revoke the access from a token that had previously been generated.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Name of the token from which access needs to be revoked.
The body is of type object
.
Successful Response
The response is of type object
.