Remove TOTP generator from a user
Remove the configured TOTP generator of a user. As only one TOTP generator per user is allowed, the user will not have TOTP as a second factor afterward.
curl -X DELETE "https://loading/v2/users/string/totp"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?
Remove recovery codes from a user
Remove recovery codes from a user: Remove all recovery codes from the authenticated user. This will disable the recovery code second factor.
Remove u2f token from a user
Explore the Remove u2f token from a user operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.