Revoke Auth Token
Authentication
Revoke Auth Token
Revokes an existing authentication token.
POST
Revoke Auth Token
Documentation Index
Fetch the complete documentation index at: https://docs.perplexity.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.