Revoke ALL trusted devices for a target user (admin)
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/users/{userId}/trusted-devices \
--header 'Authorization: Bearer <token>'{
"success": true,
"revoked": 123
}Admin
Revoke ALL trusted devices for a target user (admin)
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).
DELETE
/
api
/
admin
/
users
/
{userId}
/
trusted-devices
Revoke ALL trusted devices for a target user (admin)
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?
List a target user's active MFA-trusted devices (admin)Read the MFA audit log for a target user (super-only)
⌘I