POST Delete Vendor
The POST Delete Vendor method allows merchants to permanently remove a vendor from their profile. This action is used, for example, when a vendor is no longer in business or when the merchant has decided to discontinue their partnership with the vendor. Once deleted, the vendor will no longer be available for transactions or payments.
Note: This API is supported in AndDone version 2.3 only.
API Endpoint |
https://api.uat.anddone.com/secure/merchants/vendors/delete |
API Data | Details |
URI | secure/merchants/vendors/delete |
Method | POST |
Authorization | API Key Authorization |
Authorization | |
x-api-key | API key {env_merchantAccessKey} |
Request Headers | |
x-app-key | Merchant ID or App Key {env_merchantId} |
x-version | API version (e.g., 2.3) |
Origin | URL or IP address provided to AndDone as an allowed origin. |
Content-Type | application/json |
Request Parameters
Field Name | Data Type | Mandatory | Field Length | Description |
Body Request Example (JSON)
Response
This method returns code 200 if the specified vendor was successfully deleted.