Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
titleOnly 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.

Code Block
languagebash
DELETE /contacts/:id
ANY /contacts/:id?_method=delete

Sample Response

Code Block
languagebash
DELETE /contacts/1.json
ANY /contacts/1.json?_method=delete
Code Block
languagejavascript
{
   "meta" : {
      "status" : "ok",
      "message" : "Everything executed as expected."
   }
}