Remove passkey from a user
Remove passkey from a user.
curl -X DELETE "https://loading/v2/users/string/passkeys/string"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?
Remove OTP SMS from a user
Remove OTP SMS from a user: Remove the configured OTP SMS factor of a user. As only one OTP SMS per user is allowed, the user will not have OTP SMS as a second factor afterward.
Remove recovery codes from a user
Remove recovery codes from a user: Remove all recovery codes from the authenticated user. This will disable the recovery code second factor.