v1

latestOpenAPI 3.0.32026-07-242644125.9 KB
Verifications

Delete Bulk Verification

Deprecated. Use DELETE /bulks/{bulk_id} 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.

delete/verifications/bulk/{bulk_id}

Path parameters

bulk_idstring uuid required

The unique identifier for the bulk verification job to delete.

Response

Bulk verification deleted successfully.

status'deleted'

Status indicating the bulk verification has been deleted.

messagestring

Confirmation message about the deletion.

bulk_verification_idstring uuid

The ID of the deleted bulk verification.

deleted_atstring date-time

Timestamp of when the bulk verification was deleted.

total_verificationsinteger

Total number of individual verifications that were deleted as part of this bulk operation.