---
title: "Disable a user's MFA methods"
method: DELETE
path: "/users/{user_id}/mfa"
tags: ["Users"]
---

# Disable a user's MFA methods

`DELETE /users/{user_id}/mfa`

Disable all of a user's MFA methods (e.g. OTP sent via SMS, TOTP on their authenticator app) at once.

## Path parameters

- `user_id` string, required

## Response `200`

Successful operation.

- object
  - `user_id` string

## Other responses

- `404` — Resource not found
- `500` — Request was not successful

---

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