---
title: "Mfa Unenroll"
method: DELETE
path: "/api/v1/auth/mfa/{factor_id}"
---

# Mfa Unenroll

`DELETE /api/v1/auth/mfa/{factor_id}`

Remove an MFA factor from the authenticated user's account.

Uses the admin API so that verified factors can be deleted without
requiring the caller to hold an aal2 session token (which may have
been downgraded by a token refresh).

## Path parameters

- `factor_id` string, required

## Headers

- `authorization` string, nullable

## Cookies

- `modaic_session` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/modaic-ai/apis/modaic-api.md) · [All operations](https://skmtc.net/modaic-ai/apis/modaic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modaic-ai/modaic-api/versions/43a90513ac59/schema)
