RemoveHumanAuthFactorOTPSMS
Remove Multi-Factor OTP SMS
Deprecated: use user service v2 RemoveOTPSMS instead.
Remove the configured One-Time Password (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": "1s",
"changeDate": "1s",
"resourceOwner": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?