---
title: "Disable TOTP"
method: POST
path: "/users/totp/disable"
tags: ["Users"]
---

# Disable TOTP

`POST /users/totp/disable`

Disables TOTP for a user.

## Request body

- object
  - `password` string
  - `totp_code` string

## Response `200`

TOTP disabled successfully.

## Other responses

- `400` — Password or TOTP code is required.
- `401` — Incorrect password or invalid TOTP code.
- `404` — User not found.
- `500` — Failed to disable TOTP.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
