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=deleteSample Response
DELETE /companies/1.json
ANY /companies/1.json?_method=delete{
"meta" : {
"status" : "ok",
"message" : "Everything executed as expected."
}
}