---
title: "POST /v1/account/2fa/disable"
method: POST
path: "/v1/account/2fa/disable"
tags: ["AccountService"]
---

# POST /v1/account/2fa/disable

`POST /v1/account/2fa/disable`

DisableTOTP 禁用二步验证（需 TOTP code 或恢复码验证）

## Request body

- AccountV1DisableTOTPRequest
  - `code` string — TOTP 6 位码或恢复码（二选一）

## Response `200`

OK

- AccountV1DisableTOTPReply
  - `success` boolean

---

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