Business API v3:
- DELETE Business
⚠️ Experimental Version
This version of the API is currently in beta and may undergo changes. For production use, please consider using the current stable version (v2).
Deletes a single business in the localtunity network with id equal to the :id parameter. This will include any associated locations.
Example
- Resource URL: https://api.voorheesvip.com/
curl -X DELETE -H "Content-Type: application/json" -H "Authorization: Bearer {access_token}" https://api.voorheesvip.com/v3/business/{business_id}
Headers | |
| Content-Type: | (string, required) Must be "application/json" |
| Authorization: | (string, required) Bearer {access_token} |
Parameters | |
| business_id: | {business_id} |
Response 200 Status Code
{"status":"success"}