Business API v3:
- DELETE Location
⚠️ 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 location in the localtunity network with id equal to the :id parameter.
Example
- Resource URL: https://api.takeoutnearby.com/
curl -X DELETE -H "Content-Type: application/json" -H "Authorization: Bearer {access_token}" https://api.takeoutnearby.com/v3/business/{id}/location/{location-id}
Response 200 Status Code
{"status":"success"}