Authorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Request Body
application/json
loginId?string
The user's login identifier (external ID) or ID
deviceIds?array<string>
string
Trusted device IDs to delete
Delete user trusted devices by IDs.
curl -X POST "https://api.descope.com/v1/mgmt/user/trusteddevices/remove" \ -H "Content-Type: application/json" \ -d '{}' Was this helpful?