v47

latestOpenAPI 3.0.3MIT Licenseraw.githubusercontent.com2026-08-015915132.9 KB
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.

idstring uuid

Example response

{
  "id": "2b306a77-21dc-4110-ba71-537cb56b9e98"
}