Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The authentication token to revoke.
Example:
"pplx-1234567890abcdef"
Response
200
Successfully revoked authentication token.