RemoveHumanAuthFactorU2F
Remove Multi-Factor U2F
Deprecated: use user service v2 RemoveU2F instead.
Remove the configured Universal Second Factor (U2F) as a factor from the user. U2F is a device-dependent factor like FingerPrint, Windows-Hello, etc.
curl -X DELETE "https://loading/users/string/auth_factors/u2f/string"{
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?