Remove an MFA device
DELETE/api/v1/mfa/devices/:deviceId
Requires re-authentication (password or TOTP step-up) if the device was verified.
Request
Responses
- 204
- 400
- 401
- 404
- 429
- 503
Device removed
Required step-up credential is missing (BAD_REQUEST)
Not authenticated, or the step-up credential was invalid (INVALID_PASSWORD, INVALID_MFA_CODE)
Device not found (MFA_DEVICE_NOT_FOUND)
Too many failed TOTP step-up attempts (MFA_RATE_LIMITED)
Step-up re-authentication provider unavailable (AUTH_PROVIDER_UNAVAILABLE)