user
Remove a MFA factor from a user.
delete/factors/{factorId}
Path parameters
factorIdstring uuid required
Response
This MFA factor is removed (unenrolled) and cannot be used for increasing the AAL level of user's sessions. Client libraries should use the POST /token?grant_type=refresh_token endpoint to get a new access and refresh token with a decreased AAL.
Example response
{
"id": "2b306a77-21dc-4110-ba71-537cb56b9e98"
}