Delete an existing business
Parameters
ak=<apikey> * (mandatory)
this is a unique identifier issued to authorised API users
bi=<business id> * (mandatory)
id of the business which was returned in the add business response
Example URL
http://adapi.offergrid.com/v3/db?ak=<apikey>&bi=<bid>
API Responses
404: Not Authenticated (In case the API Key is incorrect or missing)
200: Success (business has been deleted successfully)
500: Any other error