Unsubscribe from businesses

Remove business subscriptions of the given types. Subscriptions are removed asynchronously after a request is accepted.
There is a maximum number of subscriptions with type YELP_KNOWLEDGE that can be removed yearly. To get this quota information please reach out to [email protected].

Example:
To remove business subscriptions of type LISTING_MANAGEMENT and YELP_KNOWLEDGE for two businesses, sent a DELETE request to the following URL:
https://api.yelp.com/v3/businesses/subscriptions

Containing the following request body:

{
  "subscription_types": ["LISTING_MANAGEMENT", "YELP_KNOWLEDGE"],
  "business_ids": ["4U9kSBLuBDU391x6bxU-YA", "7w8SVwIEhxZ7jPnMUFYrng"]
}

Note: Each subscription type requires configuration by Yelp to access, please reach out to [email protected] to configure access.

📘

This endpoint is part of the Business Subscriptions API, visit Business Subscriptions API to learn more.

Language
Authorization
Header
Click Try It! to start a request and see the response here!