Delete an Enrolled MFA Factor

delete

/mfa/v1/users/{userGUID}/factors/{factorId}

Request

Supported Media Types
Path Parameters
  • Unique Identifier of an enrolled factor. In case of SECURITY_QUESTIONS method, the factorId is set to 'SecurityQuestions'
  • Unique identifier of a user who wants to delete an enrolled factor.
Header Parameters
Back to Top

Response

Supported Media Types

204 Response

Indicates successful deletion of the MFA factor.

401 Response

Indicates unauthorized access if the token provided is invalid or if the user doesn't own the factorId that was provided.

404 Response

Indicates that the factorId provided is invalid.

500 Response

Internal Server error
Back to Top