post deprecatedhttps://api.yelp.com/v3/webhooks/whitelists/businesses/remove
Add business IDs to Allow List.
Example:
If you want to remove the following two business IDs, send a POST request with the following JSON body:
{
“business_ids”: [
“w-WAiKJe__oZV13M34pTFw”,
“ThncHZzfDNaNYYMXk88hLQ”
]
}
A successful response will show the number of businesses in your allow list.
For the above example:
{“whitelist_business_ids_count”: 0}
Note: The format for the authorization header is "Bearer <API_KEY>", i.e. for curl -H Authorization: Bearer <API_KEY>
. For details see Authentication
Webhooks API is deprecated
Please migrate to the Business Subscriptions API