---
title: "Delete an MFA verification for a user"
method: DELETE
path: "/api/users/{userId}/mfa-verifications/{verificationId}"
tags: ["Users"]
---

# Delete an MFA verification for a user

`DELETE /api/users/{userId}/mfa-verifications/{verificationId}`

Delete an MFA verification for the user with the given verification ID. The verification ID must be associated with the given user ID.

## Path parameters

- `userId` string, required
- `verificationId` string, required

## Response `204`

The MFA verification was deleted successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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