Skip to main content
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.

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Response

200 - application/json

Devices revoked. revoked is the count of rows updated.

success
boolean
revoked
integer