---
title: "Delete 2FA method"
method: DELETE
path: "/v1/2fa/methods/{method-name}"
tags: ["Two-Factor Authentication"]
---

# Delete 2FA method

`DELETE /v1/2fa/methods/{method-name}`

Delete a two-factor authentication method. Requires MANAGE_2FA_METHODS access right.

## Path parameters

- `method-name` string, required

## Response `204`

2FA method deleted successfully

## Other responses

- `400` — Missing method name
- `403` — User does not have MANAGE_2FA_METHODS access right
- `500` — Database failure

---

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