Delete

Delete vendor

POST https://www.talque.com/webhook/org/<org_id>/vendor/delete

This API deletes a vendor, and returns the talque ID of the vendor that was deleted. The API call requires authentication as described in the Authorization section.

You can find a basic example at https://github.com/talque/webhook-samples/blob/main/src/vendor/delete.py

Headers

Body

Name
Type
Description

extId

string

External ID of the vendor

vendorId

string

Talque ID of the vendor. Only one of the two types of ID is required.

Response

{
  "success": true,
  "vendorId": "rjlButrc1JLEHo81sRLl"
}

Last updated