Skip to main content
DELETE
/
api
/
auth
/
google
/
services
/
revoke
Revoke the caller's stored Google Services token
curl --request DELETE \
  --url https://pria.praxislxp.com/api/auth/google/services/revoke \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Google services access revoked"
}

Documentation Index

Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Response

Token cleared locally (Google upstream revoke is best-effort).

success
boolean
Example:

true

message
string
Example:

"Google services access revoked"