> ## Documentation Index
> Fetch the complete documentation index at: https://orchestrator-docs.hexoforge.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Disable TOTP

> Turn off TOTP for the authenticated user.

Disables TOTP after validating a current code. Requires `X-API-Key` and **Bearer** access token.

<Info>
  Send both `X-API-Key` and `Authorization: Bearer`.
</Info>

## Request body

<ParamField body="code" type="string" required>
  Six-digit TOTP code.
</ParamField>

## Response

**204 No Content** — empty body.

## Status codes

| Code | Meaning               |
| ---- | --------------------- |
| 204  | TOTP disabled         |
| 400  | TOTP not enabled      |
| 401  | Invalid code or token |
