unwatch_competitor
Stop watching a competitor on Brand Watch. Soft and free: the captured ads stay in the shared library, and re-watching the same company restores them instantly (no new pull needed while the cache is fresh).
Parameters#
| Name | Type | Required | Description |
|---|---|---|---|
competitor | string | yes | The watched competitor’s name or domain |
Returns#
json
{
"success": true,
"competitor": { "id": 42, "name": "Acme Corp", "domain": "acme.com" },
"source": "adlyse.brand_watch@v1"
}Errors#
error_type | When |
|---|---|
auth_error | Missing / invalid API key |
not_found | The competitor doesn’t match any active watch |