Revoke an institution's stored Google token
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"
}OAuth
Revoke an institution's stored Google token
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.
DELETE
/
api
/
auth
/
google
/
institution
/
{institutionId}
/
revoke
Revoke an institution's stored Google token
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?
⌘I