Remove Multi-Factor OTP Email
Deprecated: use user service v2 RemoveOTPEmail instead.
Remove the configured OTP Email as a factor from the user. As only one OTP Email per user is allowed, the user will not have OTP Email as a second factor afterward.
curl -X DELETE "https://loading/users/string/auth_factors/otp_email"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Remove Multi-Factor OTP
Remove Multi-Factor OTP: Deprecated: use [user service v2 RemoveTOTP](/reference/api/user/zitadel.user.v2.UserService.RemoveTOTP) instead. Remove the configured OTP as a factor from the user. OTP is an authentication app, ...
Remove Multi-Factor OTP SMS
Remove Multi-Factor OTP SMS: Deprecated: use [user service v2 RemoveOTPSMS](/reference/api/user/zitadel.user.v2.UserService.RemoveOTPSMS) instead. Remove the configured OTP SMS as a factor from the user. As only one OTP SMS pe...