Skip to main content
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.

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Path Parameters

institutionId
string
required

ObjectId of the institution to disconnect.

Response

Institution OAuth config cleared.

success
boolean
Example:

true

message
string
Example:

"Google services access revoked"