The following macros are not currently supported in the header:
  • style

DELETE /companies/:id

Resource URL 

Remove a company object.

DELETE /companies/:id
ANY /companies/:id?_method=delete

Sample Response

DELETE /companies/1.json
ANY /companies/1.json?_method=delete
{
   "meta" : {
      "status" : "ok",
      "message" : "Everything executed as expected."
   }
}