Remove recovery codes from a user
Remove all recovery codes from the authenticated user. This will disable the recovery code second factor.
curl -X DELETE "https://loading/v2/users/string/recovery_codes"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?
Remove passkey from a user
Explore the Remove passkey from a user operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
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.