Revoke a specific trusted device
curl --request DELETE \
--url https://pria.praxislxp.com/api/user/me/trusted-devices/{deviceId} \
--header 'Authorization: Bearer <token>'{
"success": true,
"revoked": 123
}User Profile
Revoke a specific trusted device
Targets a single trusted-device row by its deviceId (the opaque hex value).
DELETE
/
api
/
user
/
me
/
trusted-devices
/
{deviceId}
Revoke a specific trusted device
curl --request DELETE \
--url https://pria.praxislxp.com/api/user/me/trusted-devices/{deviceId} \
--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?
Revoke ALL trusted devices for the current userList devices that have used the caller's personal API key
⌘I