Remove Multi-Factor OTP SMS
Deprecated: use user service v2 RemoveOTPSMS instead.
Remove the configured OTP SMS as a factor from the user. As only one OTP SMS per user is allowed, the user will not have OTP SMS as a second factor afterward.
curl -X DELETE "https://loading/users/string/auth_factors/otp_sms"{
"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 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 ...
Remove Multi-Factor U2F
Remove Multi-Factor U2F: Deprecated: use [user service v2 RemoveU2F](/reference/api/user/zitadel.user.v2.UserService.RemoveU2F) instead. Remove the configured Universal Second Factor (U2F) as a factor from the user. U2F is...