Delete a document validation
Endpoint
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.
Headers
Include the necessary authentication headers for authorization and content-type, such as:
Content-Type
application/json
Authorization
Bearer <token>
Request Parameters
Path Parameter:
id
(string, required): The unique identifier of the Document Validation to delete.
Request
Responses
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
404
DocumentValidation not found
Last updated