company

Delete

DELETE method to delete a company.

Parameters

Name Description
account_id required Your account unique identifier to access API.
company_id required Id of the company to be deleted

Request

Route
DELETE 
/v2/account/:account_id/company/:company_id
Headers
Accept: application/json 
Authorization: Token token={account.secret}
Content-Type: application/json

Response

Status
200
Body
{
  "id": "550aac3da096734ce5000001",
  "name": "Google",
  "url": "https://www.google.es",
  "email": "info@google.com"
}