Unlink LTI context from user institution
curl --request PUT \
--url https://pria.praxislxp.com/api/user/unlinkContextId/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "LTI context removed."
}User Institutions
Unlink LTI context from user institution
Removes the LTI context association from a user institution, allowing reassociation with a different Digital Twin. Validates that the user institution exists, belongs to the authenticated user, has an LTI context linked, belongs to an institution, and the institution record exists. Also removes the context ID from the parent institution’s ltiContextIds array.
PUT
/
api
/
user
/
unlinkContextId
/
{id}
Unlink LTI context from user institution
curl --request PUT \
--url https://pria.praxislxp.com/api/user/unlinkContextId/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "LTI context removed."
}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