Skip to main content
DELETE
/
watchlist
/
{productId}
Unfollow a product
curl --request DELETE \
  --url https://app.reechee.io/api/v1/watchlist/{productId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "unfollowed": true
  }
}

Authorizations

Authorization
string
header
required

A paid-team API key, sent as Authorization: Bearer rch_live_…. Create and revoke keys in the app under Settings → API keys.

Path Parameters

productId
string<uuid>
required

Response

The product is not on the watchlist.

success
boolean
required
data
object
required