ApiManagementUsers
Authorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Request Body
application/json
loginId?string
Delete an existing user's TOTP, using a valid management key.
This API endpoint allows you to delete an existing user's TOTP seed.
See also
- See Manage Users for further details on managing users.
- See The User Object for further details on the user object.
curl -X POST "https://api.descope.com/v1/mgmt/user/totp/delete" \ -H "Content-Type: application/json" \ -d '{}' Was this helpful?