Path: / admin / realms / {realm} / users / {username} / remove-totp

Path parameters:
realm - realm name (not id!)
username - username (not id!)

Resource Methods
Method Summary
NameDescription
PUT /admin/realms/{realm}/users/{username}/remove-totp 

Method Detail

PUT /admin/realms/{realm}/users/{username}/remove-totp

HTTP Example:
PUT /admin/realms/{realm}/users/{username}/remove-totp
API Example:

UsersResource.removeTotp({'realm': /* name realm name (not id!) */,
  'username': /* username username (not id!) */});

Output:
void
Consumes:
application/json