For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cancel Employment History Verification

Get Cancel Employment History Verification

DELETE https://vapi.verifyme.ng/v1/verifications/employments/:id

This endpoint allows you to cancel an employment history verification.

Path Parameters

Name
Type
Description

id

string

Employment History Verification ID

Headers

Name
Type
Description

Authentication

string

Authorization Token

{
    "status": "success",
    "data": "ok"
}
{
    "status": "error",
    "message": "Not Found",
    "code": "NOT_FOUND_ERROR"
}

curl --verbose  
    --header "Authorization: Bearer <token>" 
    --request "DELETE" "https://vapi.verifyme.ng/v1/verifications/employment/<id>"

Last updated