---
title: "Delete user 2FA binding"
method: DELETE
path: "/v1/users/{user-id}/2fa-bindings/{method-name}"
tags: ["Two-Factor Authentication"]
---

# Delete user 2FA binding

`DELETE /v1/users/{user-id}/2fa-bindings/{method-name}`

Delete a two-factor authentication method binding for a specific user.
Users can manage their own bindings; managing other users' bindings requires MANAGE_USERS access right.

## Path parameters

- `user-id` integer, required
- `method-name` string, required

## Response `204`

2FA binding deleted successfully

## Other responses

- `400` — Invalid user ID or missing method name
- `403` — Access denied (not own user and no MANAGE_USERS right)
- `404` — User not found or binding not found
- `500` — Internal error

---

[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)
