delete
https://{host}/api/v2/verifications/
Delete Verification
Permanently deletes a document that has been uploaded for verification on DOC Verify. This action cannot be undone.
HTTP Method and URL
DELETE {{host}}/api/v2/verifications/:uuid?user_type=ENTERPRISE_API
Authentication Requirements
- Requires a valid
user-tokenin the request headers.
Path and Query Parameters
-
uuid(path): The unique identifier of the verification document to delete. Use the variable{{verification_uuid}}. -
user_type(query): Must be set toENTERPRISE_API.
Request Body
- No request body is required for this endpoint.
Example Request
DELETE {{host}}/api/v2/verifications/{{verification_uuid}}?user_type=ENTERPRISE_API
Headers:
user-token: <your_token>
Example Successful Response
{
"message": "Verification deleted successfully."
}
Error Responses
-
401 Unauthorized: Missing or invalid authentication token. -
404 Not Found: Verification document not found. -
400 Bad Request: Invalid or missing parameters. -
500 Internal Server Error: Unexpected server error.
Usage Notes
-
This operation is irreversible. Ensure you intend to permanently remove the verification document before proceeding.
-
Only users with appropriate permissions can perform this action.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
