ApiManagementUsers
POST
/v1/mgmt/user/totp/delete

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

curl -X POST "https://api.descope.com/v1/mgmt/user/totp/delete" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?