---
title: "Delete all the user's TOTPs"
method: DELETE
path: "/users/{user_id}/totp"
tags: ["Users"]
---

# Delete all the user's TOTPs

`DELETE /users/{user_id}/totp`

Deletes all of the user's TOTPs.

## Path parameters

- `user_id` string, required

## Response `200`

Successful operation.

- object
  - `user_id` string

## Other responses

- `404` — Resource not found
- `500` — Request was not successful

---

[API](https://skmtc.net/clerk/apis/clerk-backend-api.md) · [All operations](https://skmtc.net/clerk/apis/clerk-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clerk/clerk-backend-api/versions/cf036e7951d3/schema)
