---
title: "Delete Verification"
method: DELETE
path: "/verifications/{verification_id}"
tags: ["Verifications"]
---

# Delete Verification

`DELETE /verifications/{verification_id}`

Deletes a specific verification by its ID.

## Path parameters

- `verification_id` string, uuid, required

## Response `200`

Verification deleted successfully.

- VerificationDeleteResponse
  - `identifier` string — The CURP or RFC associated with the deleted verification.
  - `status` 'deleted' — Status indicating the verification has been deleted.
  - `message` string — Confirmation message about the deletion.
  - `verification_id` string, uuid — The ID of the deleted verification.
  - `external_id` string, nullable — The external ID associated with the verification, if any.
  - `deleted_at` string, date-time — Timestamp of when the verification was deleted.

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `404` — The specified verification_id was not found in the system.

---

[API](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api.md) · [All operations](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/burodeingresos/bur-de-ingresos-api/versions/59e48cdbdd84/schema)
