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

NameTypeDescription

id

string

Employment History Verification ID

Headers

NameTypeDescription

Authentication

string

Authorization Token

{
    "status": "success",
    "data": "ok"
}

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

Last updated