Remove factor
Remove one of the caller's own factors. Answered only for authenticator today, and only after a recent strong-factor verification: the same gate enrolment sits behind once a strong factor exists, so a stolen session cannot quietly switch the second factor off. Removing the last authenticator turns the sign-in challenge off for that account.
DELETE /auth/factors/{method}/{methodId}
note
SDK method: removeFactor
Security: authenticated (policy: none)
Attributes
Attributes (2)
| Attribute | Type | Required | Description |
|---|---|---|---|
method | AuthenticationFactorMethod | Yes | Path parameter. |
methodId | string | Yes | Path parameter. |
Response
204 No Content