Delete Vendor
POST https://pgbiz.omniware.in/v2/deletevendor
Content-Type: application/x-www-form-urlencoded
After deletion no further split payments can be made to this vendor. Pending settlements continue — Omniware does not cancel money that's already on its way.
Request parameters
api_keystring (36)requiredvendor_codestring (30)requiredhashstring (255)requiredComputed as:
toUpper(sha512(SALT|api_key|vendor_code))
Response
{
"data": {
"code": "SUCCESS",
"message": "Vendor deleted successfully"
}
}