Pria UI now available in Dark mode !
cURL
curl --request DELETE \ --url http://localhost:3000/api/user/userInstitution/{userInstitutionId} \ --header 'x-access-token: <api-key>'
{ "success": true, "message": "User institution removed successfully" }
Removes a user’s membership from an institution
JWT token passed in x-access-token header
The user institution ID to remove
Membership removed successfully
true
"User institution removed successfully"
Was this page helpful?