---
title: "Delete Bulk Verification"
method: DELETE
path: "/verifications/bulk/{bulk_id}"
tags: ["Verifications"]
deprecated: true
---

# Delete Bulk Verification

`DELETE /verifications/bulk/{bulk_id}`

> **Deprecated.**

**Deprecated.** Use [`DELETE /bulks/{bulk_id}`](/reference/delete-bulk) instead. This endpoint remains as an alias. It will be removed in a future release.

Deletes a bulk verification and all its associated verifications by its ID.

## Path parameters

- `bulk_id` string, uuid, required

## Response `200`

Bulk verification deleted successfully.

- BulkVerificationDeleteResponse
  - `status` 'deleted' — Status indicating the bulk verification has been deleted.
  - `message` string — Confirmation message about the deletion.
  - `bulk_verification_id` string, uuid — The ID of the deleted bulk verification.
  - `deleted_at` string, date-time — Timestamp of when the bulk verification was deleted.
  - `total_verifications` integer — Total number of individual verifications that were deleted as part of this bulk operation.

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `404` — The specified bulk_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)
