---
title: "Delete MFACode from User"
method: DELETE
path: "/access/v1/credentials/mfa_code"
tags: ["Access Credentials"]
---

# Delete MFACode from User

`DELETE /access/v1/credentials/mfa_code`

Deletes a mfa code credential from a specified user by providing the user_id or the external_id, the org_id, and the mfa_code.

## Query parameters

- `external_id` string — A unique identifier managed externally provided by the customer.
- `user_id` string, uuid — The unique identifier of the user managed by Verkada.
- `code` string, required — The unique mfa code identifying a mfa code credential for a user.

## Response `200`

ok

---

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