Remove u2f token from a user
Remove u2f token from a user.
curl -X DELETE "https://loading/v2/users/string/u2f/string"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?
Remove TOTP generator from a user
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.
Request a code to reset a password
Explore the Request a code to reset a password operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.