Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/users/{userId}/trusted-devices \
--header 'Authorization: Bearer <token>'{
"success": true,
"revoked": 123
}Revokes every active trusted-device row for the target. Audit log
records the admin’s id and actorType: 'admin' (or ‘super’). Does
NOT invalidate the target’s existing JWT — only forces fresh MFA
on their next login (design Q9 grandfather rule).
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/users/{userId}/trusted-devices \
--header 'Authorization: Bearer <token>'{
"success": true,
"revoked": 123
}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?