---
title: "Disable 2FA for the authenticated user"
method: DELETE
path: "/user/two-factor-authentication"
tags: ["Users"]
---

# Disable 2FA for the authenticated user

`DELETE /user/two-factor-authentication`

Removes the registered second factor for the currently
authenticated user. The user can re-enrol later via
`createCurrentUserTwoFactorAuthentication`.

## Request body

- object — An empty request body; reserved for future fields.

## Response `200`

2FA was successfully disabled.

- object, nullable — An empty JSON response.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `422` — The request didn't pass validation

---

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