DELETE businesses/:id/locations/:location-id

Delete an existing location for a business. This method is only allowed if you were the original creator of the location.

Resource URL

https://api.localtunity.com/v2/businesses/:id/locations/:location-id

Example

curl -X DELETE -H "Content-Type: application/json" -H "Authorization: Bearer {access_token}" https://api.localtunity.com/v2/businesses/{id}/locations/{location-id}

Response 204 Status Code