Revoke ALL trusted devices for the current user
curl --request DELETE \
--url https://pria.praxislxp.com/api/user/me/trusted-devices \
--header 'Authorization: Bearer <token>'{
"success": true,
"revoked": 123
}User Profile
Revoke ALL trusted devices for the current user
Sets revokedAt on every active trusted-device row for the user.
Also clears the pria_mfa_trust cookie from this browser. Users will
see re-MFA on their next login on every device.
DELETE
/
api
/
user
/
me
/
trusted-devices
Revoke ALL trusted devices for the current user
curl --request DELETE \
--url https://pria.praxislxp.com/api/user/me/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?
⌘I