Remove Multi-Factor OTP
Deprecated: use user service v2 RemoveTOTP instead.
Remove the configured OTP as a factor from the user. OTP is an authentication app, like Authy or Google/Microsoft Authenticator.
curl -X DELETE "https://loading/users/string/auth_factors/otp"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Remove Domain
Remove Domain: Deprecated: use [organization service v2 DeleteOrganizationDomain](/reference/api/org/zitadel.org.v2.OrganizationService.DeleteOrganizationDomain) instead. Delete a new domain from an organization....
Remove Multi-Factor OTP Email
Remove Multi-Factor OTP Email: Deprecated: use [user service v2 RemoveOTPEmail](/reference/api/user/zitadel.user.v2.UserService.RemoveOTPEmail) instead. Remove the configured OTP Email as a factor from the user. As only one OTP ...