Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request DELETE \
--url https://pria.praxislxp.com/api/auth/google/services/revoke \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Google services access revoked"
}Clears the caller’s stored Google OAuth token from the database — institution-specific
(UserInstitution.googleLoginToken) when the JWT has institution context, otherwise
personal (User.googleLoginToken). Best-effort: also calls Google’s
https://oauth2.googleapis.com/revoke to invalidate the token at Google’s end. If
the upstream call fails (e.g. token already expired), the local database is still
cleared and the endpoint still returns success.
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.
Was this page helpful?