Skip to main content
POST
Revoke Auth Token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
auth_token
string
required

The authentication token to revoke.

Example:

"pplx-1234567890abcdef"

Response

200

Successfully revoked authentication token.