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 3 Current »

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Ā 

Sets a contact's status to "inactive".

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

This endpoint does NOT remove the contact from the deployment, it merely makes it inactive. Thus, it is equivalent to updating a contacts standing to inactive. To remove a contact the user must log into the web application.

Sample Response

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