---
title: "Remove TOTP"
method: DELETE
path: "/accounts/totp"
tags: ["Multi-Factor Authentication"]
---

# Remove TOTP

`DELETE /accounts/totp`

Disables TOTP authentication for a user

## Request body

- object
  - `email` string, email — User email (optional, defaults to current user)

## Response `200`

TOTP removed successfully

- SuccessResponse
  - `message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/revisions/771d118bd4d1/schema)
