Cancel Guarantor Verification
Get Cancel Guarantor Verification
DELETE https://vapi.verifyme.ng/v1/verifications/guarantors/:id
This endpoint allows you cancel a guarantor verification.
Path Parameters
Name
Type
Description
id
string
Address 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/guarantor/<id>"Last updated
Was this helpful?