Pria UI now available in Dark mode !
cURL
curl --request PUT \ --url http://localhost:3000/api/user/unlinkContextId/{userInstitutionId} \ --header 'x-access-token: <api-key>'
{ "success": true, "message": "LTI context removed." }
Removes the LTI context association from a user institution, allowing reassociation with a different Digital Twin
JWT token passed in x-access-token header
The user institution ID to unlink
LTI context removed successfully
true
"LTI context removed."
Was this page helpful?