---
title: "Remove all TOTP devices for a user"
method: DELETE
path: "/totp-devices"
tags: ["TOTP devices"]
---

# Remove all TOTP devices for a user

`DELETE /totp-devices`

Soft-deletes all active TOTP devices for the given user. Intended for admins to recover users who are locked out after losing their device. Requires WRITE_USERS or UNLOCK_USERS permission.

## Query parameters

- `userId` integer, required

## Response `200`

OK

---

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