Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Only available in v0.2.x

The following endpoint is currently unavailable. It will be released in version 1.2.x with the mobile applications.

Resource URLĀ 

Remove a contact object.

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

Sample Response

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