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
}Was this page helpful?
Revoke ALL trusted devices for the current userList devices that have used the caller's personal API key
⌘I