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": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
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...
Remove Organization Member
Remove Organization Member: Deprecated: use [DeleteAdministrator](/reference/api/internal_permission/zitadel.internal_permission.v2.InternalPermissionService.DeleteAdministrator) instead. Members are users with permission to ...