> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vouchmark.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove from watchlist

> Unsubscribe a vendor from Smart Sentinel monitoring.

Removes your customer ID from a vendor's watchlist. Historical events are retained.

## Path parameters

<ParamField path="vendorId" type="string" required>
  The vendor ID to remove from monitoring.
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE https://api.vouchmark.com/v1/monitoring/vendors/watchlist/cmp_aBcD... \
    -H "Authorization: Bearer $TOKEN"
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
    "success": true,
    "message": "Vendor removed from watchlist",
    "data": null
  }
  ```
</ResponseExample>
