---
title: "Delete an MFA verification"
method: DELETE
path: "/api/my-account/mfa-verifications/{verificationId}"
tags: ["My account"]
---

# Delete an MFA verification

`DELETE /api/my-account/mfa-verifications/{verificationId}`

Delete an MFA verification, a logto-verification-id in header is required for checking sensitive permissions.

## Path parameters

- `verificationId` string, required

## Response `204`

The MFA verification was deleted successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[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/revisions/0287c6a59eba/schema)
