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

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Path Parameters

userId
string
required

Response

Devices revoked.

success
boolean
revoked
integer