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/institution/{institutionId}/revoke \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Google services access revoked"
}Clears cloudServices.google from the target institution ($unset), and
best-effort revokes the access token at Google. The caller must hold
institutions.edit. As with the per-user revoke, an upstream revoke failure
does not prevent the local cleanup or change the 200 response.
curl --request DELETE \
--url https://pria.praxislxp.com/api/auth/google/institution/{institutionId}/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?