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"
}

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"