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"
}
curl --verbose
--header "Authorization: Bearer <token>"
--request "DELETE" "https://vapi.verifyme.ng/v1/verifications/employment/<id>"
Last updated
Was this helpful?