Skip to main content
DELETE
/
v1
/
monitoring
/
vendors
/
watchlist
/
{vendorId}
curl -X DELETE https://api.vouchmark.com/v1/monitoring/vendors/watchlist/cmp_aBcD... \
  -H "Authorization: Bearer $TOKEN"
{
  "success": true,
  "message": "Vendor removed from watchlist",
  "data": null
}
Removes your customer ID from a vendor’s watchlist. Historical events are retained.

Path parameters

vendorId
string
required
The vendor ID to remove from monitoring.
curl -X DELETE https://api.vouchmark.com/v1/monitoring/vendors/watchlist/cmp_aBcD... \
  -H "Authorization: Bearer $TOKEN"
{
  "success": true,
  "message": "Vendor removed from watchlist",
  "data": null
}