Business API v3:

- DELETE Category

⚠️ 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).

Removes a category from the selected business.

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/{id}/category/{category-id}

Response 200 Status Code

                    {"status":"success"}