Delete a document validation
Last updated
Last updated
DELETE - https://api.verifik.co/v2/document-validations/{id}
This endpoint deletes a specific Document Validation record in Verifik. Upon successful deletion, it returns the details of the deleted document validation along with the deletion status.
Include the necessary authentication headers for authorization and content-type, such as:
Name | Value |
---|---|
Path Parameter:
id
(string, required): The unique identifier of the Document Validation to delete.
On a successful request, you will receive a JSON object with the details of the deleted Document Validation, including the document's metadata, validation status, and OCR extraction details.
Success Response (200)
Error Responses
Status Code | Description |
---|---|
Content-Type
application/json
Authorization
Bearer <token>
404
DocumentValidation not found